1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00
Files
OpenRCT2/src/network/twitch.h
2015-05-25 20:36:40 +01:00

10 lines
120 B
C

#ifndef _TWITCH_H_
#define _TWITCH_H_
#include "../common.h"
extern bool gTwitchEnable;
void twitch_update();
#endif