diff options
Diffstat (limited to 'src/ew.xbm')
| -rw-r--r-- | src/ew.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ew.xbm b/src/ew.xbm new file mode 100644 index 000000000..1ff835cd5 --- /dev/null +++ b/src/ew.xbm @@ -0,0 +1,8 @@ +#define ew_width 16 +#define ew_height 16 +#define ew_x_hot 8 +#define ew_y_hot 8 +static unsigned char ew_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x10, + 0x0c, 0x30, 0xfe, 0x7f, 0xfe, 0x7f, 0x0c, 0x30, 0x08, 0x10, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |
