1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

use object manager for S4Importer

This commit is contained in:
Ted John
2016-07-06 23:01:54 +01:00
parent f59d6b7a00
commit fa951a29cd
2 changed files with 8 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ extern "C"
#ifdef __cplusplus
class Object;
interface IObjectManager
{
virtual ~IObjectManager() { }