mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-09 09:28:07 +00:00
5 lines
143 B
C
Executable file
5 lines
143 B
C
Executable file
#define mouse_01_width 8
|
|
#define mouse_01_height 8
|
|
static unsigned char mouse_01_bits[] = {
|
|
0xEE, 0xEE, 0xEE, 0x82, 0xFE, 0xFE, 0xFE, 0x7C };
|