1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +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

@@ -21,6 +21,7 @@
# include <openrct2-ui/windows/Window.h>
# include <openrct2/drawing/Drawing.h>
# include <openrct2/interface/Window.h>
# include <openrct2/localisation/Formatter.h>
# include <openrct2/localisation/Language.h>
# include <openrct2/localisation/Localisation.h>
# include <openrct2/localisation/StringIds.h>