atrooney-online-2/global_variables.cpp
2017-01-03 13:22:43 +01:00

8 lines
147 B
C++

#include "global_variables.h"
const int RELEASE = 2;
const int MAJOR_VERSION = 1;
const int MINOR_VERSION = 0;
QString g_user_theme = "default";