1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +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

@@ -24,14 +24,14 @@
#include "TrackDesignRepository.h"
#include "../audio/audio.h"
#include "../cheats.h"
#include "../Cheats.h"
#include "../Game.h"
#include "../localisation/localisation.h"
#include "../localisation/string_ids.h"
#include "../management/Finance.h"
#include "../rct1.h"
#include "../util/sawyercoding.h"
#include "../util/util.h"
#include "../util/SawyerCoding.h"
#include "../util/Util.h"
#include "../world/footpath.h"
#include "../world/scenery.h"
#include "../world/SmallScenery.h"