home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / AmiSlate-Source / AmiSource-c / crossptr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-31  |  538 b   |  30 lines

  1. /******************  CITAS 2.0  ********************/
  2. #define    crossptr_height    0x0012
  3. #define    crossptr_width    0x01
  4. #define    crossptr_depth    0x02
  5. #define    crossptr_planes    0x03
  6. unsigned short crossptr_image[] = {
  7. /***  Plane 0  ***/
  8.     0x0100,0x0100,
  9.     0x0100,0x0100,
  10.     0x0100,0x0100,
  11.     0x0000,0xFD7E,
  12.     0x0000,0x0100,
  13.     0x0100,0x0100,
  14.     0x0100,0x0100,
  15.     0x0100,0x0000,
  16.     0x0000,0x0000,
  17.  
  18. /***  Plane 1  ***/
  19.     0x0000,0x0000,
  20.     0x0000,0x0000,
  21.     0x0000,0x0000,
  22.     0x0000,0x0100,
  23.     0x0000,0x0000,
  24.     0x0000,0x0000,
  25.     0x0000,0x0000,
  26.     0x0000,0x0000,
  27.     0x0000,0x0000
  28. };
  29.  
  30.