summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-12 12:50:21 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-12 12:50:21 -0400
commit5dcce3a7303e45667967689361513cb2920be3f4 (patch)
tree0cb277ac6d494fa4c2d50ff15c2022d9d6f4d5b8 /include/global.h
parent1dd706599353a285534398ccdc34a9ef8bc6e549 (diff)
through GenPersonalityByGenderAndNature
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index bffce9f0..35d0c3aa 100644
--- a/include/global.h
+++ b/include/global.h
@@ -29,4 +29,7 @@ extern void ErrorHandling(void);
#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0)
+extern const enum GameLanguage gGameLanguage;
+extern const enum GameVersion gGameVersion;
+
#endif //GUARD_GLOBAL_H