1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Move a few more strings to UiStringIds.h (#22257)

* Replace more StringIds.h includes with StringIdType.h

* Move a few more strings to UiStringIds.h

* Tweak: TextComposition.cpp does not need InteractiveConsole.h
This commit is contained in:
Aaron van Geffen
2024-07-12 14:59:00 +02:00
committed by GitHub
parent 0b011207dc
commit 2e1fa5e644
19 changed files with 41 additions and 28 deletions

View File

@@ -18,11 +18,8 @@
#include <openrct2/common.h>
#include <openrct2/core/Memory.hpp>
#include <openrct2/core/String.hpp>
#include <openrct2/interface/InteractiveConsole.h>
#include <openrct2/localisation/Language.h>
// TODO: only because of STR_NONE. We can do better.
#include <openrct2/localisation/StringIds.h>
#include <openrct2/localisation/StringIdType.h>
#ifdef __MACOSX__
// macOS uses COMMAND rather than CTRL for many keyboard shortcuts