mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
11 lines
121 B
C
11 lines
121 B
C
#ifndef _TWITCH_H_
|
|
#define _TWITCH_H_
|
|
|
|
#include "../common.h"
|
|
|
|
extern bool gTwitchEnable;
|
|
|
|
void twitch_update();
|
|
|
|
#endif
|