diff options
Diffstat (limited to 'src/hyper/bitmaps/ing.bitmap')
-rw-r--r-- | src/hyper/bitmaps/ing.bitmap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/ing.bitmap b/src/hyper/bitmaps/ing.bitmap new file mode 100644 index 00000000..29475918 --- /dev/null +++ b/src/hyper/bitmaps/ing.bitmap @@ -0,0 +1,9 @@ +#define junk_width 16 +#define junk_height 32 +static char junk_bits[] = { + 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x30, 0x0e, 0x78, 0x12, + 0x48, 0x12, 0x48, 0x0e, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, + 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, + 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, 0x08, 0x00, + 0x08, 0x00, 0x09, 0x00, 0x09, 0x00, 0x0f, 0x00, 0xc6, 0x01, 0x20, 0x01, + 0x20, 0x01, 0xc0, 0x01}; |