1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Move IStream, MemoryStream, FileStream into OpenRCT2 namespace

This commit is contained in:
Matt
2020-07-30 23:01:22 +02:00
parent 30376085cf
commit 83355e35cc
74 changed files with 828 additions and 758 deletions

View File

@@ -28,7 +28,7 @@ ImageTable::~ImageTable()
}
}
void ImageTable::Read(IReadObjectContext* context, IStream* stream)
void ImageTable::Read(IReadObjectContext* context, OpenRCT2::IStream* stream)
{
if (gOpenRCT2NoGraphics)
{