Starting DataModel V2

This commit is contained in:
Vulpovile
2021-03-07 16:44:33 -08:00
parent 69be9dbb91
commit e2136671a3
38 changed files with 4435 additions and 21 deletions

View File

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