diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-18 15:39:04 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-18 15:39:04 +0100 |
| commit | 50fe02cd77408da05ee33844085c8bdd5b361c96 (patch) | |
| tree | eace854a0cbaf21c675fcf6cd054194886349449 /global_variables.cpp | |
| parent | 75e9c9b8ecb1852e5dc57e0920cafe4cbdfaf0e5 (diff) | |
changing structure from globals to OO with a flat construction
Diffstat (limited to 'global_variables.cpp')
| -rw-r--r-- | global_variables.cpp | 1 |
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; |
