aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/top.bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/bitmaps/top.bitmap')
-rw-r--r--src/hyper/bitmaps/top.bitmap6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/top.bitmap b/src/hyper/bitmaps/top.bitmap
new file mode 100644
index 00000000..7b0ed8a0
--- /dev/null
+++ b/src/hyper/bitmaps/top.bitmap
@@ -0,0 +1,6 @@
+#define top_width 16
+#define top_height 16
+static char top_bits[] = {
+ 0xfc, 0x3f, 0xfc, 0x3f, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
+ 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
+ 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01};