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

10
Globals.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include "DataModelInstance.h"
class Globals
{
public:
Globals(void);
~Globals(void);
static DataModelInstance* dataModel;
};