diff options
Diffstat (limited to 'src/hyper/bitmaps/quad.bitmap')
-rw-r--r-- | src/hyper/bitmaps/quad.bitmap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/quad.bitmap b/src/hyper/bitmaps/quad.bitmap new file mode 100644 index 00000000..9c36331c --- /dev/null +++ b/src/hyper/bitmaps/quad.bitmap @@ -0,0 +1,6 @@ +#define quad_width 16 +#define quad_height 16 +static char quad_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x07, 0x08, 0x04, 0x08, 0x04, + 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, + 0x08, 0x04, 0x08, 0x04, 0x08, 0x04, 0xf8, 0x07}; |