home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xmris / bitmaps / drone / dronsq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  280 b   |  7 lines

  1. #define dronsq_width 32
  2. #define dronsq_height 8
  3. static char dronsq_bits[] = {
  4.    0x00, 0x00, 0x00, 0x00, 0xe0, 0x07, 0xe0, 0x07, 0x30, 0x0c, 0x30, 0x0c,
  5.    0xfc, 0xff, 0xff, 0x7f, 0x76, 0xf7, 0x30, 0x0c, 0xde, 0xdd, 0x86, 0x61,
  6.    0xfc, 0xff, 0xff, 0x7f, 0xf0, 0x78, 0x3c, 0x1e};
  7.