Added mouse click functions to image button
Added destructor for images Deleting listener now on exit
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
std::string name;
|
||||
Instance* parent;
|
||||
static std::string className = "Instance";
|
||||
static std::string className = "DataModel";
|
||||
|
||||
Instance::Instance(void)
|
||||
{
|
||||
name = "Default Game Instance";
|
||||
className = "Part";
|
||||
className = "DataModel";
|
||||
}
|
||||
|
||||
Instance::~Instance(void)
|
||||
|
||||
Reference in New Issue
Block a user