mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +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:
@@ -19,6 +19,7 @@
|
||||
#include <openrct2/localisation/Formatter.h>
|
||||
#include <openrct2/localisation/Formatting.h>
|
||||
#include <openrct2/localisation/Localisation.h>
|
||||
#include <openrct2/localisation/StringIds.h>
|
||||
#include <openrct2/object/ObjectList.h>
|
||||
#include <openrct2/object/ObjectManager.h>
|
||||
#include <openrct2/object/ObjectRepository.h>
|
||||
@@ -28,6 +29,7 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace OpenRCT2::Ui::Windows
|
||||
{
|
||||
#ifndef DISABLE_HTTP
|
||||
|
||||
Reference in New Issue
Block a user