Made properties explorer "work" and added bitmaps
This commit is contained in:
@@ -8,6 +8,7 @@ Instance::Instance(void)
|
||||
parent = NULL;
|
||||
name = "Default Game Instance";
|
||||
className = "BaseInstance";
|
||||
listicon = 0;
|
||||
}
|
||||
|
||||
Instance::Instance(const Instance &oinst)
|
||||
|
||||
Reference in New Issue
Block a user