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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user