1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +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

@@ -18,7 +18,7 @@
#include <openrct2/core/Memory.hpp>
#include <openrct2/interface/widget.h>
#include <openrct2/localisation/localisation.h>
#include <openrct2/localisation/Localisation.h>
#include <openrct2/object/ObjectManager.h>
#include <openrct2/platform/platform.h>