1 #ifndef PREFS_PALETTE_H
2 #define PREFS_PALETTE_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Palette prefs definitions
13 # include <exec/types.h>
16 #ifndef LIBRARIES_IFFPARSE_H
17 # include <libraries/iffparse.h>
20 #ifndef INTUITION_INTUITION_H
21 # include <intuition/intuition.h>
25 #define ID_PALT MAKE_ID('P','A','L','T')
31 UWORD pap_4ColorPens
[32];
32 UWORD pap_8ColorPens
[32];
33 struct ColorSpec pap_Colors
[32];
36 #endif /* PREFS_PALETTE_H */