home *** CD-ROM | disk | FTP | other *** search
- {$if not def PREFS_PALETTE_H} CONST PREFS_PALETTE_H=TRUE;
-
- { *****************************************************************
- ** KickPascal-Include-Datei "prefs/palette.h" zu Kickstart 3.0 **
- ***************************************************************** }
-
- {$if not def LIBRARIES_IFFPARSE_H;incl "libraries/iffparse.h";endif}
- {$if not def INTUITION_INTUITION_H;incl "intuition/intuition.h";endif}
-
- CONST
- ID_PALT = $50414c54; { "PALT" }
-
- TYPE
- p_PalettePrefs=^PalettePrefs;
- PalettePrefs = RECORD
- pap_Reserved : array[0..3] of Long;
- pap_4ColorPens : array[0..31] of Word;
- pap_8ColorPens : array[0..31] of Word;
- pap_Colors : array[0..31] of ColorSpec;
- end;
-
- {$endif}
-