diff options
Diffstat (limited to 'src/hyper/bitmaps/pick.bitmap')
-rw-r--r-- | src/hyper/bitmaps/pick.bitmap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/pick.bitmap b/src/hyper/bitmaps/pick.bitmap new file mode 100644 index 00000000..29c8e1cb --- /dev/null +++ b/src/hyper/bitmaps/pick.bitmap @@ -0,0 +1,6 @@ +#define pick_width 16 +#define pick_height 16 +static char pick_bits[] = { + 0xaa, 0xaa, 0xfd, 0x5f, 0xae, 0x8a, 0x55, 0x55, 0xae, 0x8a, 0x55, 0x5d, + 0xae, 0x8e, 0x55, 0x57, 0xbe, 0x8b, 0xf5, 0x55, 0xee, 0x8a, 0x55, 0x55, + 0xae, 0x8a, 0x01, 0x40, 0xaa, 0xaa, 0x55, 0x55}; |