mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
10 lines
120 B
C
10 lines
120 B
C
#ifndef _TWITCH_H_
|
|
#define _TWITCH_H_
|
|
|
|
#include "../common.h"
|
|
|
|
extern bool gTwitchEnable;
|
|
|
|
void twitch_update();
|
|
|
|
#endif |