1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +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

@@ -79,7 +79,6 @@ static constexpr uint32_t MaxPacketsPerUpdate = 100;
# include "../interface/Chat.h"
# include "../interface/Window.h"
# include "../localisation/Localisation.Date.h"
# include "../localisation/Localisation.h"
# include "../object/ObjectManager.h"
# include "../object/ObjectRepository.h"
# include "../scenario/Scenario.h"