10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define ogre1_width 24
|
|
#define ogre1_height 24
|
|
static char ogre1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xc0,0x01,0x00,0x20,0x02,0x00,0xe0,0x02,
|
|
0x00,0x20,0x02,0x00,0x40,0x01,0x00,0x38,0x0e,0x00,0x07,0x10,
|
|
0xe0,0x00,0x10,0x1c,0x1e,0x12,0xe4,0x11,0x12,0x1c,0x10,0x12,
|
|
0x00,0x70,0x09,0x00,0x88,0x04,0x00,0x48,0x02,0x00,0x24,0x05,
|
|
0x00,0xe2,0x04,0x00,0x12,0x09,0x00,0x09,0x09,0x00,0x05,0x0a,
|
|
0x00,0x05,0x12,0x00,0x05,0x14,0x80,0x04,0x14,0x80,0x07,0x1c};
|