aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/integral.bm
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/hyper/bitmaps/integral.bm
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/hyper/bitmaps/integral.bm')
-rw-r--r--src/hyper/bitmaps/integral.bm8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/integral.bm b/src/hyper/bitmaps/integral.bm
new file mode 100644
index 00000000..08049fa7
--- /dev/null
+++ b/src/hyper/bitmaps/integral.bm
@@ -0,0 +1,8 @@
+#define integral_width 16
+#define integral_height 16
+#define integral_x_hot 7
+#define integral_y_hot 8
+static char integral_bits[] = {
+ 0x00, 0x07, 0x80, 0x0d, 0x80, 0x08, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
+ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
+ 0x80, 0x00, 0x88, 0x00, 0xd8, 0x00, 0x70, 0x00};