1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Reduce includes in common header

This commit is contained in:
Michał Janiszewski
2018-03-19 23:28:40 +01:00
committed by Michał Janiszewski
parent 3303246b09
commit cd065d4f41
130 changed files with 205 additions and 7 deletions

View File

@@ -32,6 +32,8 @@
#include "../platform/platform.h"
#include "../util/Util.h"
#include "../world/Climate.h"
#include "../world/Map.h"
#include "../world/Park.h"
#include "Viewport.h"
using namespace OpenRCT2;