1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Move UI exclusive string ids to UiStringIds.h

This commit is contained in:
Aaron van Geffen
2024-05-10 23:24:46 +02:00
parent 340a6838cc
commit ef4cad5ee3
30 changed files with 2270 additions and 2189 deletions

View File

@@ -10,6 +10,7 @@
#include "TextComposition.h"
#include "UiContext.h"
#include "UiStringIds.h"
#include "interface/InGameConsole.h"
#include <SDL.h>
@@ -19,6 +20,8 @@
#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>
#ifdef __MACOSX__