1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Spin off shop item stuff to separate files

This commit is contained in:
Michael Steenbeek
2018-05-14 19:21:43 +02:00
committed by GitHub
parent afdcff8f9a
commit fcf507e051
19 changed files with 599 additions and 525 deletions

View File

@@ -28,6 +28,7 @@
#include "../localisation/Language.h"
#include "../rct2/RCT2.h"
#include "../ride/Ride.h"
#include "../ride/ShopItem.h"
#include "../ride/Track.h"
#include "../OpenRCT2.h"
#include "ObjectJsonHelpers.h"