mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Use IPlatformEnvironment for ObjectRepository
This commit is contained in:
@@ -40,6 +40,11 @@ private:
|
||||
uint64 _fileSize;
|
||||
|
||||
public:
|
||||
FileStream(const std::string &path, int fileMode) :
|
||||
FileStream(path.c_str(), fileMode)
|
||||
{
|
||||
}
|
||||
|
||||
FileStream(const utf8 * path, int fileMode)
|
||||
{
|
||||
const char * mode;
|
||||
|
||||
Reference in New Issue
Block a user