1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Compile util and cheats as C++

This commit is contained in:
Michael Steenbeek
2017-12-13 13:02:24 +01:00
parent c84fd8edd2
commit 1a9975d683
113 changed files with 169 additions and 167 deletions

View File

@@ -23,7 +23,7 @@
#include <openrct2/Input.h>
#include <openrct2/interface/land_tool.h>
#include <openrct2/interface/widget.h>
#include <openrct2/util/util.h>
#include <openrct2/util/Util.h>
#include <openrct2/world/MapGen.h>
#include <openrct2/windows/dropdown.h>