mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Move IStream, MemoryStream, FileStream into OpenRCT2 namespace
This commit is contained in:
@@ -47,7 +47,7 @@ static bool StringIsBlank(const utf8* str)
|
||||
return true;
|
||||
}
|
||||
|
||||
void StringTable::Read(IReadObjectContext* context, IStream* stream, uint8_t id)
|
||||
void StringTable::Read(IReadObjectContext* context, OpenRCT2::IStream* stream, uint8_t id)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user