1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-20 22:33: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

@@ -1,7 +1,7 @@
#include <gtest/gtest.h>
#include <openrct2/core/MemoryStream.h>
#include <openrct2/rct12/SawyerChunkReader.h>
#include <openrct2/util/sawyercoding.h>
#include <openrct2/util/SawyerCoding.h>
constexpr size_t BUFFER_SIZE = 0x600000;