1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 15:23:01 +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

@@ -9,9 +9,9 @@
#include "Window.h"
#include "../UiStringIds.h"
#include "Theme.h"
#include "Widget.h"
#include "openrct2/world/Location.hpp"
#include <SDL.h>
#include <openrct2-ui/windows/Window.h>
@@ -24,9 +24,9 @@
#include <openrct2/entity/EntityRegistry.h>
#include <openrct2/interface/Widget.h>
#include <openrct2/localisation/Formatter.h>
#include <openrct2/localisation/StringIds.h>
#include <openrct2/sprites.h>
#include <openrct2/ui/UiContext.h>
#include <openrct2/world/Location.hpp>
using namespace OpenRCT2;