1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Forward declare Formatter

This commit is contained in:
frutiemax
2021-12-11 18:06:06 -05:00
parent 48ff68dc5b
commit adb692b74e
95 changed files with 124 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
#include "../common.h"
#include "../core/MemoryStream.h"
#include "../interface/Window.h"
#include "../localisation/Formatter.h"
#include "../localisation/Localisation.h"
#include "../localisation/StringIds.h"
#include "../management/Finance.h"