1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Compile localisation folder as C++

This commit is contained in:
Michael Steenbeek
2018-01-06 18:32:25 +01:00
committed by GitHub
parent 1fa25739fb
commit 755add6c9a
224 changed files with 597 additions and 534 deletions

View File

@@ -41,7 +41,7 @@
#include "StexObject.h"
#include "../config/Config.h"
#include "../localisation/localisation.h"
#include "../localisation/Localisation.h"
#include "../object/Object.h"
#include "ObjectList.h"
#include "../platform/platform.h"