12 lines
270 B
C++
12 lines
270 B
C++
#include "Globals.h"
|
|
|
|
DataModelInstance* Globals::dataModel = NULL;
|
|
int const Globals::gen = 0;
|
|
int const Globals::major = 0;
|
|
int const Globals::minor = 4;
|
|
int const Globals::patch = 2;
|
|
bool Globals::showMouse = true;
|
|
Globals::Globals(void){}
|
|
|
|
Globals::~Globals(void){}
|