1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

Move screen variables to OpenRCT2.h

This commit is contained in:
Ted John
2017-07-28 19:44:13 +01:00
parent e6e503a853
commit 8b2eb8a13e
83 changed files with 57 additions and 127 deletions

View File

@@ -48,7 +48,6 @@ extern "C"
#include "../object.h"
#include "../object_list.h"
#include "../platform/platform.h"
#include "../rct2.h"
#include "../util/sawyercoding.h"
#include "../util/util.h"
}