@ -8,7 +8,7 @@ int gdwPalEntries;
/* data */
int gamma_correction = 100; // idb
int gamma_correction = 100;
BOOL color_cycling_enabled = TRUE;
BOOLEAN sgbFadedIn = TRUE;
@ -32,7 +32,7 @@ BOOL palette_set_color_cycling(BOOL enabled);
extern int gamma_correction; // idb
extern int gamma_correction;
extern BOOL color_cycling_enabled;
#endif /* __PALETTE_H__ */