1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Refactor objects

This commit is contained in:
Michael Steenbeek
2018-01-02 20:36:42 +01:00
parent da519c9b32
commit 347ff702d0
44 changed files with 248 additions and 242 deletions

View File

@@ -42,8 +42,8 @@
#include "../config/Config.h"
#include "../localisation/localisation.h"
#include "../object.h"
#include "../ObjectList.h"
#include "../object/Object.h"
#include "ObjectList.h"
#include "../platform/platform.h"
#include "../util/SawyerCoding.h"
#include "../util/Util.h"