atrooney-online-2/global_variables.cpp

9 lines
180 B
C++

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