From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/hyper/bitmaps/exists.bitmap | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/hyper/bitmaps/exists.bitmap (limited to 'src/hyper/bitmaps/exists.bitmap') diff --git a/src/hyper/bitmaps/exists.bitmap b/src/hyper/bitmaps/exists.bitmap new file mode 100644 index 00000000..614503a4 --- /dev/null +++ b/src/hyper/bitmaps/exists.bitmap @@ -0,0 +1,8 @@ +#define exists_width 16 +#define exists_height 16 +#define exists_x_hot -1 +#define exists_y_hot -1 +static char exists_bits[] = { + 0xf8, 0x1f, 0xf8, 0x1f, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, + 0x00, 0x18, 0xc0, 0x1f, 0xc0, 0x1f, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, + 0x00, 0x18, 0x00, 0x18, 0xf8, 0x1f, 0xf8, 0x1f}; -- cgit v1.2.3