1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Forward declare TitleSequence in window.h

This commit is contained in:
Ted John
2016-12-08 10:35:41 +00:00
parent 067d364002
commit c872053fdd

View File

@@ -32,6 +32,7 @@
struct rct_window;
union rct_window_event;
struct track_design_file_ref;
struct TitleSequence;
extern uint16 TextInputDescriptionArgs[4];
extern char gTextBoxInput[512];