Made properties explorer "work" and added bitmaps

This commit is contained in:
andreja6
2018-10-24 12:54:12 -07:00
parent 78c6dec932
commit abe406990b
7 changed files with 27 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ Instance::Instance(void)
parent = NULL;
name = "Default Game Instance";
className = "BaseInstance";
listicon = 0;
}
Instance::Instance(const Instance &oinst)