mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Use IPlatformEnvironment for ObjectRepository
This commit is contained in:
@@ -28,7 +28,8 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class Object;
|
||||
interface IPlatformEnvironment;
|
||||
class Object;
|
||||
#else
|
||||
typedef struct Object Object;
|
||||
#endif
|
||||
@@ -77,6 +78,7 @@ interface IObjectRepository
|
||||
size_t dataSize) abstract;
|
||||
};
|
||||
|
||||
IObjectRepository * CreateObjectRepository(IPlatformEnvironment * env);
|
||||
IObjectRepository * GetObjectRepository();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user