1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Consolidate FormatStringIDLegacy, FormatStringToUpper into Formatting

This commit is contained in:
Aaron van Geffen
2024-07-13 13:48:49 +02:00
parent 3d5c19de08
commit 896eb4f488
36 changed files with 87 additions and 149 deletions

View File

@@ -17,8 +17,7 @@
#include <openrct2/drawing/Drawing.h>
#include <openrct2/drawing/Font.h>
#include <openrct2/interface/Screenshot.h>
#include <openrct2/localisation/Formatter.h>
#include <openrct2/localisation/Localisation.h>
#include <openrct2/localisation/Formatting.h>
namespace OpenRCT2::Ui::Windows
{