mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
start getting object loading working
This commit is contained in:
@@ -52,7 +52,8 @@ interface IObjectRepository
|
||||
{
|
||||
virtual ~IObjectRepository() { }
|
||||
|
||||
virtual const ObjectRepositoryItem * FindObject(const rct_object_entry * objectEntry) abstract;
|
||||
virtual const ObjectRepositoryItem * FindObject(const rct_object_entry * objectEntry) abstract;
|
||||
virtual Object * LoadObject(const rct_object_entry * objectEntry) abstract;
|
||||
};
|
||||
|
||||
IObjectRepository * GetObjectRepository();
|
||||
|
||||
Reference in New Issue
Block a user