1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +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

@@ -19,7 +19,7 @@
#include "Editor.h"
#include "EditorObjectSelectionSession.h"
#include "Game.h"
#include "localisation/localisation.h"
#include "localisation/Localisation.h"
#include "object/ObjectManager.h"
#include "object/ObjectRepository.h"
#include "OpenRCT2.h"