2 Copyright © 2010, The AROS Development Team. All rights reserved.
12 #include <prefs/palette.h>
15 /*********************************************************************************************/
17 BOOL
Prefs_HandleArgs(STRPTR from
, BOOL use
, BOOL save
);
18 BOOL
Prefs_ImportFH(BPTR fh
);
19 BOOL
Prefs_ExportFH(BPTR fh
);
20 BOOL
Prefs_Default(VOID
);
22 /*********************************************************************************************/
24 extern struct PalettePrefs paletteprefs
;
26 /*********************************************************************************************/
28 #endif /* _PREFS_H_ */