mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Rework Localisation includes (#23789)
* Clean up internal localisation header includes * Remove some external localisation includes * Remove dependency on FormatCodes.h from InteractiveConsole.h * Reduce Formatter.h, Localisation.Date.h includes
This commit is contained in:
@@ -18,17 +18,11 @@
|
||||
#include "../OpenRCT2.h"
|
||||
#include "../audio/audio.h"
|
||||
#include "../config/Config.h"
|
||||
#include "../core/Guard.hpp"
|
||||
#include "../drawing/Drawing.h"
|
||||
#include "../interface/Cursors.h"
|
||||
#include "../localisation/Formatting.h"
|
||||
#include "../localisation/StringIds.h"
|
||||
#include "../platform/Platform.h"
|
||||
#include "../ride/RideAudio.h"
|
||||
#include "../scenario/Scenario.h"
|
||||
#include "../ui/UiContext.h"
|
||||
#include "../ui/WindowManager.h"
|
||||
#include "../world/Map.h"
|
||||
#include "Viewport.h"
|
||||
#include "Widget.h"
|
||||
#include "Window_internal.h"
|
||||
|
||||
Reference in New Issue
Block a user