1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 20:16:24 +00:00
qb64/internal/c/mingw64/opt/lib/tk8.6/demos/images/pattern.xbm
2019-01-01 22:40:38 +11:00

6 lines
272 B
C

#define foo_width 16
#define foo_height 16
static char foo_bits[] = {
0x60, 0x06, 0x90, 0x09, 0x90, 0x09, 0xb0, 0x0d, 0x4e, 0x72, 0x49, 0x92,
0x71, 0x8e, 0x8e, 0x71, 0x8e, 0x71, 0x71, 0x8e, 0x49, 0x92, 0x4e, 0x72,
0xb0, 0x0d, 0x90, 0x09, 0x90, 0x09, 0x60, 0x06};