diff options
Diffstat (limited to 'lib/gs/doc/src/examples/die_icon')
-rw-r--r-- | lib/gs/doc/src/examples/die_icon | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/gs/doc/src/examples/die_icon b/lib/gs/doc/src/examples/die_icon new file mode 100644 index 0000000000..52be1869fa --- /dev/null +++ b/lib/gs/doc/src/examples/die_icon @@ -0,0 +1,9 @@ +#define die_icon_width 22 +#define die_icon_height 22 +static char die_icon_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x7f, 0x00, 0x80, 0xff, 0x00, + 0xc0, 0xdd, 0x01, 0xc0, 0x88, 0x01, 0xc0, 0xdd, 0x01, 0xc0, 0xff, 0x01, + 0xc0, 0xff, 0x01, 0x80, 0xff, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x3e, 0x00, + 0x00, 0x3e, 0x00, 0x00, 0x3e, 0x00, 0x08, 0x1c, 0x07, 0xf0, 0xc0, 0x01, + 0x00, 0x73, 0x00, 0x00, 0x1c, 0x00, 0x80, 0x77, 0x00, 0x60, 0xc0, 0x03, + 0x00, 0x00, 0x06, 0x00, 0x00, 0x00}; |