1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +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

@@ -15,7 +15,7 @@
#pragma endregion
#include <openrct2/config/Config.h>
#include <openrct2/object.h>
#include <openrct2/object/Object.h>
#include <openrct2/interface/colour.h>
#include <openrct2/interface/viewport.h>
#include <openrct2/ride/Ride.h>