Changed how buttons render
This commit is contained in:
12
Globals.cpp
Normal file
12
Globals.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "Globals.h"
|
||||
|
||||
DataModelInstance* Globals::dataModel = NULL;
|
||||
|
||||
Globals::Globals(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Globals::~Globals(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user