mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Move IStream, MemoryStream, FileStream into OpenRCT2 namespace
This commit is contained in:
@@ -32,7 +32,7 @@ void* Object::GetLegacyData()
|
||||
throw std::runtime_error("Not supported.");
|
||||
}
|
||||
|
||||
void Object::ReadLegacy(IReadObjectContext* context, IStream* stream)
|
||||
void Object::ReadLegacy(IReadObjectContext* context, OpenRCT2::IStream* stream)
|
||||
{
|
||||
throw std::runtime_error("Not supported.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user