diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 09:00:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 09:00:45 -0400 |
commit | 1dd706599353a285534398ccdc34a9ef8bc6e549 (patch) | |
tree | 59fe6b627e49677f55343fe2de86e3147e953296 /include/global.h | |
parent | e052aae076e955cd58592b8c1c57e3f008c73040 (diff) |
pokemon.c through TryDecryptMon
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 2f31fa3d..bffce9f0 100644 --- a/include/global.h +++ b/include/global.h @@ -27,4 +27,6 @@ enum GameLanguage { extern void ErrorHandling(void); +#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0) + #endif //GUARD_GLOBAL_H |