mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Remove dependency on StringIds.h from Localisation.h (#22011)
* Remove dependency on StringIds.h from Localisation.h * Include Language.h in UTF8.cpp for function declarations * Rename tests/Localisation.cpp to tests/LocalisationTest.cpp
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
#include <openrct2/core/Memory.hpp>
|
||||
#include <openrct2/core/String.hpp>
|
||||
#include <openrct2/interface/InteractiveConsole.h>
|
||||
#include <openrct2/localisation/Localisation.h>
|
||||
#include <openrct2/localisation/Language.h>
|
||||
#include <openrct2/localisation/StringIds.h>
|
||||
|
||||
#ifdef __MACOSX__
|
||||
// macOS uses COMMAND rather than CTRL for many keyboard shortcuts
|
||||
|
||||
Reference in New Issue
Block a user