1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +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

@@ -13,6 +13,7 @@
#include <openrct2/drawing/Drawing.h>
#include <openrct2/localisation/Formatter.h>
#include <openrct2/localisation/Localisation.h>
#include <openrct2/localisation/StringIds.h>
#include <openrct2/platform/Platform.h>
#include <openrct2/ride/TrackDesignRepository.h>