home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vos2-121.zip / v / bcos2 / scum.vbm < prev    next >
Text File  |  1999-02-25  |  285b  |  9 lines

  1. //vbm1
  2. #define scum_depth 1
  3. #define scum_width 16
  4. #define scum_height 16
  5. static unsigned char scum_bits[] = {
  6.  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  7.  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  8.  0x00,0x00};
  9.