Deleted DataModelV1.1, made BaseGuiInstance, fixed delete ear rape

This commit is contained in:
Vulpovile
2021-03-16 02:10:57 -07:00
parent 2af1be327a
commit b361039f88
33 changed files with 2379 additions and 3733 deletions

View File

@@ -2,9 +2,9 @@
#include "Application.h"
int const Globals::gen = 0;
int const Globals::major = 100;
int const Globals::minor = 4;
int const Globals::patch = 3;
int const Globals::major = 0;
int const Globals::minor = 104;
int const Globals::patch = 5;
int Globals::surfaceId = 2;
//bool Globals::showMouse = true;
bool Globals::useMousePoint = false;