@@ -0,0 +1,14 @@
#pragma once
#include "DataModelInstance.h"
class Globals
{
public:
Globals(void);
~Globals(void);
static DataModelInstance* dataModel;
static const int gen;
static const int major;
static const int minor;
static const int patch;
};
The note is not visible to the blocked user.