summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-08-30 23:45:35 +0100
committerGitHub <noreply@github.com>2020-08-30 23:45:35 +0100
commit656e4a2fee9ff86d678d6a7477611bfaca5171d4 (patch)
treeb3060e2576d1572c1a8aeb63f300f43ba0d13131 /include/global.h
parent62e3afdea1f62da948dd9d3926f712dbbe7af039 (diff)
parent73aecdbbbff398c27734f8ed793bb495a5391a4b (diff)
Merge pull request #273 from PikalaxALT/pikalax_work
Decompile mail
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 24e4388b..3b377e5e 100644
--- a/include/global.h
+++ b/include/global.h
@@ -15,7 +15,9 @@ extern void ErrorHandling(void);
#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0)
-extern const int gGameLanguage;
+#ifndef IN_MAIN_C
+extern const u8 gGameLanguage;
extern const u8 gGameVersion;
+#endif //IN_MAIN_C
#endif //GUARD_GLOBAL_H