1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Progress on window colour schemes

This commit is contained in:
Robert Jordan
2015-05-26 16:59:25 -04:00
parent 1fe3bacf43
commit 16105af1e7
10 changed files with 552 additions and 17 deletions

View File

@@ -174,6 +174,10 @@ typedef struct {
uint8 enable_news;
} twitch_configuration;
typedef struct {
uint8 window_palettes[][6];
} colour_schemes_configuration;
typedef struct {
uint8 key;
uint8 modifier;
@@ -184,6 +188,7 @@ extern interface_configuration gConfigInterface;
extern sound_configuration gConfigSound;
extern cheat_configuration gConfigCheat;
extern twitch_configuration gConfigTwitch;
extern colour_schemes_configuration gConfigColourSchemes;
extern uint16 gShortcutKeys[SHORTCUT_COUNT];