1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Extract common parts from rct2.h to common.h

This commit is contained in:
Michał Janiszewski
2016-11-30 12:07:10 +01:00
committed by Michał Janiszewski
parent e7254ca708
commit 54e622659d
62 changed files with 226 additions and 160 deletions

View File

@@ -27,6 +27,7 @@
extern "C"
{
#include "../platform/platform.h"
#include "../rct2.h"
#include "track_design.h"
}