1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Refactor IPlatformEnvironment (#5590)

This commit is contained in:
Ted John
2017-06-11 12:53:37 +01:00
committed by GitHub
parent b563d26ffe
commit 0d8f9d6618
15 changed files with 184 additions and 146 deletions

View File

@@ -53,6 +53,8 @@ extern "C"
#include "../util/util.h"
}
using namespace OpenRCT2;
constexpr uint16 OBJECT_REPOSITORY_VERSION = 10;
#pragma pack(push, 1)