mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
implement unloading arbitrary objects
This commit is contained in:
@@ -711,11 +711,6 @@ extern "C"
|
||||
return (void *)object;
|
||||
}
|
||||
|
||||
void object_repository_unload(size_t itemIndex)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
void object_unload_all()
|
||||
{
|
||||
IObjectManager * objectManager = GetObjectManager();
|
||||
|
||||
Reference in New Issue
Block a user