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

  1. #define cursorm_width 16
  2. #define cursorm_height 16
  3. static char cursorm_bits[] = {
  4.    0xe0, 0x07, 0xf8, 0x1f, 0xfc, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f, 0x3f, 0xfc,
  5.    0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x3f, 0xfc, 0xfe, 0x7f,
  6.    0xfe, 0x7f, 0xfc, 0x3f, 0xf8, 0x1f, 0xe0, 0x07};
  7.