1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +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

@@ -19,8 +19,8 @@
#include "../drawing/drawing.h"
#include "../localisation/localisation.h"
#include "../object.h"
#include "../ObjectList.h"
#include "../object/Object.h"
#include "ObjectList.h"
void FootpathItemObject::ReadLegacy(IReadObjectContext * context, IStream * stream)
{