home *** CD-ROM | disk | FTP | other *** search
/ Adventures in Heaven 2 / adventuresinheaven2powergamesfordosandwindows.iso / windows / arcade / cbzone / cshape.bit < prev    next >
Text File  |  1992-05-05  |  287b  |  7 lines

  1. #define cshape_width 16
  2. #define cshape_height 16
  3. static char cshape_bits[] = {
  4.    0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0xfc, 0x3f, 0xfc, 0x3f,
  5.    0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f,
  6.    0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f};
  7.