1
0
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:
Ted John
2016-07-06 22:31:14 +01:00
parent 488da7942c
commit f59d6b7a00
5 changed files with 89 additions and 35 deletions

View File

@@ -711,11 +711,6 @@ extern "C"
return (void *)object;
}
void object_repository_unload(size_t itemIndex)
{
// TODO
}
void object_unload_all()
{
IObjectManager * objectManager = GetObjectManager();