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

Include new config header

This commit is contained in:
Ted John
2017-02-18 15:45:10 +00:00
parent 4457749b35
commit fb2c835d52
113 changed files with 166 additions and 140 deletions

View File

@@ -22,7 +22,8 @@
extern "C"
{
#include "../common.h"
#include "../config.h"
#include "../config/Config.h"
#include "../platform/platform.h"
#include "themes.h"
#include "window.h"
}