Implemented operator overloads for Reflection

This commit is contained in:
Vulpovile
2023-11-05 00:37:25 -07:00
parent 901539e594
commit cab66d1152
8 changed files with 273 additions and 59 deletions

View File

@@ -5,6 +5,8 @@ DataModelInstance::DataModelInstance(void)
{
// Instances
Instance::Instance("DataModel");
name = "Level";
parentDataModel = this;
//workspace = new WorkspaceInstance();
//guiRoot = new GuiRootInstance();