aboutsummaryrefslogtreecommitdiff
path: root/global_variables.cpp
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-01-18 15:39:04 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-01-18 15:39:04 +0100
commit50fe02cd77408da05ee33844085c8bdd5b361c96 (patch)
treeeace854a0cbaf21c675fcf6cd054194886349449 /global_variables.cpp
parent75e9c9b8ecb1852e5dc57e0920cafe4cbdfaf0e5 (diff)
changing structure from globals to OO with a flat construction
Diffstat (limited to 'global_variables.cpp')
-rw-r--r--global_variables.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/global_variables.cpp b/global_variables.cpp
index a496a10d..b3a7e125 100644
--- a/global_variables.cpp
+++ b/global_variables.cpp
@@ -1,4 +1,5 @@
#include "global_variables.h"
+#include "text_file_functions.h"
const int RELEASE = 2;
const int MAJOR_VERSION = 1;