home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / e_v3.2a / modulessrc / prefs / palette.e < prev    next >
Text File  |  1977-12-31  |  283b  |  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.