home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / ModulesSrc / prefs / palette.e < prev    next >
Encoding:
Text File  |  1996-08-29  |  283 b   |  16 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. MODULE 'intuition/intuition'
  5.  
  6. CONST ID_PALT=$50414C54
  7.  
  8. OBJECT paletteprefs
  9.   reserved[4]:ARRAY OF LONG
  10. -> Um, these had illegal names
  11.   x4colorpens[32]:ARRAY OF INT
  12.   x8colorpens[32]:ARRAY OF INT
  13.   colors[32]:ARRAY OF colorspec
  14. ENDOBJECT     /* SIZEOF=400 */
  15.  
  16.