mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Forward declare Formatter
This commit is contained in:
@@ -12,13 +12,17 @@
|
||||
#include "WaterObject.h"
|
||||
|
||||
#include "../OpenRCT2.h"
|
||||
#include "../common.h"
|
||||
#include "../core/IStream.hpp"
|
||||
#include "../core/Json.hpp"
|
||||
#include "../drawing/Image.h"
|
||||
#include "../localisation/Formatter.h"
|
||||
#include "../localisation/Language.h"
|
||||
#include "../localisation/StringIds.h"
|
||||
#include "../world/Location.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
void WaterObject::ReadLegacy(IReadObjectContext* context, OpenRCT2::IStream* stream)
|
||||
|
||||
Reference in New Issue
Block a user