Datamodel V1.1

This commit is contained in:
andreja6
2018-10-24 19:45:51 -07:00
parent 0f0be7f0b9
commit 4df67897dc
16 changed files with 203 additions and 57 deletions

View File

@@ -15,6 +15,7 @@ DataModelInstance::DataModelInstance(void)
mousey = 0;
mouseButton1Down = false;
showMessage = false;
canDelete = false;
}
DataModelInstance::~DataModelInstance(void)