mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
start getting object loading working
This commit is contained in:
@@ -22,6 +22,6 @@ class Object;
|
||||
|
||||
namespace ObjectFactory
|
||||
{
|
||||
Object * CreateObjectFromLegacyFile(utf8 * path);
|
||||
Object * CreateObjectFromLegacyFile(const utf8 * path);
|
||||
Object * CreateObject(const rct_object_entry &entry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user