1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +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

@@ -17,7 +17,7 @@
#include <algorithm>
#include "../core/IStream.hpp"
#include "../core/String.hpp"
#include "../localisation/language.h"
#include "../localisation/Language.h"
#include "../localisation/LanguagePack.h"
#include "Object.h"
#include "StringTable.h"