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/integral.bitmap | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/hyper/bitmaps/integral.bitmap (limited to 'src/hyper/bitmaps/integral.bitmap') diff --git a/src/hyper/bitmaps/integral.bitmap b/src/hyper/bitmaps/integral.bitmap new file mode 100644 index 00000000..d8f7fe45 --- /dev/null +++ b/src/hyper/bitmaps/integral.bitmap @@ -0,0 +1,8 @@ +#define i_width 20 +#define i_height 20 +static char i_bits[] = { + 0x80, 0x09, 0x00, 0xc0, 0x0b, 0x00, 0x40, 0x3a, 0x00, 0x40, 0x4a, 0x00, + 0x40, 0x48, 0x00, 0x40, 0x38, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x00, 0x00, 0x40, 0x0e, 0x00, + 0x48, 0x09, 0x00, 0x78, 0x09, 0x00, 0x30, 0x0e, 0x00, 0x00, 0x00, 0x00}; -- cgit v1.2.3