Merge branch 'master' into MusicalProgrammer
This commit is contained in:
11
Globals.cpp
Normal file
11
Globals.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#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;
|
||||
|
||||
Globals::Globals(void){}
|
||||
|
||||
Globals::~Globals(void){}
|
||||
Reference in New Issue
Block a user