PocketEmpires/MouseSpr.i

19 lines
245 B
OpenEdge ABL

#ifndef MOUSE_SPR_I__
#define MOUSE_SPR_I__
const uint8_t PROGMEM MouseSprData[] =
{
8,8, //width and height
B11111100,
B10000100,
B10001000,
B10000100,
B10100010,
B11010001,
B00001010,
B00000100,
};
#endif // MOUSE_SPR_I__