Changed how buttons render

This commit is contained in:
andreja6
2018-05-02 16:47:14 -07:00
parent 4b580ef5ad
commit e04f53c071
8 changed files with 69 additions and 18 deletions

12
Globals.cpp Normal file
View File

@@ -0,0 +1,12 @@
#include "Globals.h"
DataModelInstance* Globals::dataModel = NULL;
Globals::Globals(void)
{
}
Globals::~Globals(void)
{
}