home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 223.dms / 223.adf / Source / icon.c < prev    next >
Text File  |  1988-07-25  |  2KB  |  98 lines

  1. /* This icon definition is used to make the output parameter files */
  2. /* of StarChart 'clickable' project icons. By Ray R. Larson        */
  3.  
  4. /*   Image staricon  */
  5.      Width:    48
  6.      Height:   36
  7.      Depth:    2  */
  8. /* Color Map (xxxxxx = unused color) */
  9.  
  10. USHORT map[] = {
  11.    0x000a,
  12.    0x0fff,
  13.    0x0000,
  14.    0x0f80
  15. };
  16.  
  17. /* Image Data */
  18.  
  19. UWORD staricon[216] = {
  20. /* Bit Plane #0 */
  21.  
  22.    0x0000,0x0aaa,0x0001,
  23.    0x0457,0x4f52,0x4b00,
  24.    0x5374,0x6172,0x4368,
  25.    0x636b,0x7570,0x0020,
  26.    0x0000,0x0030,0x0008,
  27.    0x0020,0x538c,0x0000,
  28.    0x0000,0x041e,0x0000,
  29.    0x0020,0x37c0,0x0164,
  30.    0x0000,0x000c,0x0473,
  31.    0xffff,0xfffe,0x0000,
  32.    0x7243,0x6861,0x7274,
  33.    0x7000,0x0000,0x0000,
  34.    0x0000,0x0030,0x0008,
  35.    0x0020,0xa4a4,0x0008,
  36.    0xffff,0xffff,0x00ff,
  37.    0x00ff,0x641c,0x0008,
  38.    0x0000,0x0000,0x0000,
  39.    0x0020,0x3880,0x0020,
  40.    0x0000,0x0000,0x0000,
  41.    0x0000,0x0000,0x0001,
  42.    0x0000,0x0000,0x0000,
  43.    0x0000,0x0000,0x0000,
  44.    0x0000,0x0000,0x0000,
  45.    0x0000,0x0000,0x0000,
  46.    0x0000,0x0000,0x0000,
  47.    0x0000,0x0000,0x0020,
  48.    0x0000,0x0000,0x0000,
  49.    0x0000,0x0000,0x0000,
  50.    0x0000,0x0000,0x0000,
  51.    0x0000,0x0000,0x0000,
  52.    0x0000,0x0000,0x0000,
  53.    0x0000,0x0000,0x0000,
  54.    0x0000,0x0000,0x0000,
  55.    0x0000,0x0000,0x0008,
  56.    0xabab,0xabab,0xabab,
  57.    0xabab,0xabab,0x0000,
  58.  
  59. /* Bit Plane #1 */
  60.  
  61.    0x0303,0x0000,0x000c,
  62.    0x0000,0x0000,0x0000,
  63.    0x6172,0x7420,0x4261,
  64.    0x538c,0x0008,0x0df3,
  65.    0x0f1f,0x0000,0x0002,
  66.    0x0000,0x0000,0x0d1d,
  67.    0x09b8,0x0000,0x0000,
  68.    0x0000,0x0008,0x0e03,
  69.    0x6176,0x6500,0x0000,
  70.    0x0018,0x1053,0x7461,
  71.    0x2042,0x6163,0x6b75,
  72.    0x0008,0x0000,0x038b,
  73.    0x0f31,0x0000,0x0001,
  74.    0x0f61,0xffff,0xffff,
  75.    0x638c,0x00ff,0x6478,
  76.    0x1c0f,0x0008,0x0dff,
  77.    0x0000,0x0000,0x0000,
  78.    0x3880,0x0000,0x0000,
  79.    0x0020,0x0000,0x0000,
  80.    0x2710,0x00ff,0x0630,
  81.    0x0000,0x0000,0x0000,
  82.    0x0000,0x0000,0x0000,
  83.    0x0000,0x0000,0x0000,
  84.    0x0000,0x0000,0x0000,
  85.    0x0000,0x0000,0x0000,
  86.    0x4e00,0x0000,0x05e8,
  87.    0x0000,0x0000,0x0000,
  88.    0x0000,0x0000,0x0000,
  89.    0x0000,0x0000,0x0000,
  90.    0x0000,0x0000,0x0000,
  91.    0x0000,0x0000,0x0000,
  92.    0x0000,0x0000,0x0000,
  93.    0x0000,0x0000,0x0000,
  94.    0x0e4b,0x00ab,0xabab,
  95.    0xabab,0xabab,0xabab,
  96.    0x0000,0x0000,0x0000
  97. };
  98.