1
0
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:
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

@@ -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