1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove unused IStream::ReadString() function and fix includes

This commit is contained in:
Michael Steenbeek
2024-10-15 17:39:54 +02:00
committed by GitHub
parent 1ccef10b19
commit 0ec76e09d4
22 changed files with 41 additions and 48 deletions

View File

@@ -9,6 +9,7 @@
#include "PathAdditionObject.h"
#include "../core/Guard.hpp"
#include "../core/IStream.hpp"
#include "../core/Json.hpp"
#include "../drawing/Drawing.h"