Browse Source

Clean up palette.h

pull/914/head
Anders Jenbo 5 years ago
parent
commit
daaf8652cc
  1. 12
      Source/palette.h

12
Source/palette.h

@ -6,10 +6,7 @@
#ifndef __PALETTE_H__
#define __PALETTE_H__
extern PALETTEENTRY logical_palette[256];
extern PALETTEENTRY system_palette[256];
extern PALETTEENTRY orig_palette[256];
extern int gdwPalEntries;
void SaveGamma();
void palette_init();
@ -33,13 +30,4 @@ BOOL palette_get_color_cycling();
BOOL palette_set_color_cycling(BOOL enabled);
#endif
/* rdata */
/* data */
extern int gamma_correction;
#ifndef HELLFIRE
extern BOOL color_cycling_enabled;
#endif
#endif /* __PALETTE_H__ */

Loading…
Cancel
Save