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

add twitch integration, part 1

This commit is contained in:
IntelOrca
2015-05-25 20:36:40 +01:00
parent b26e546171
commit 1ac93e44c9
14 changed files with 692 additions and 10 deletions

View File

@@ -165,6 +165,14 @@ typedef struct {
uint8 unlock_all_prices;
} cheat_configuration;
typedef struct {
utf8string channel;
uint8 enable_follower_peep_names;
uint8 enable_follower_peep_tracking;
uint8 enable_chat_peep_names;
uint8 enable_chat_peep_tracking;
uint8 enable_news;
} twitch_configuration;
typedef struct {
uint8 key;
@@ -175,6 +183,7 @@ extern general_configuration gConfigGeneral;
extern interface_configuration gConfigInterface;
extern sound_configuration gConfigSound;
extern cheat_configuration gConfigCheat;
extern twitch_configuration gConfigTwitch;
extern uint16 gShortcutKeys[SHORTCUT_COUNT];