diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-05-20 22:51:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 22:51:06 +0300 |
commit | dace495d47de9479f031f34f948151595acbca13 (patch) | |
tree | 4f31107f4446b69106acb0673a383dfdaf88473e /include/global.h | |
parent | de389305733545e2b6fac6c8dcb33d76a7446481 (diff) | |
parent | d1d3fce4b6be10ed7186a6c36bc27fe575b593db (diff) |
Merge pull request #97 from PikalaxALT/pikalax_work
Split code
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 54397f45..b872b96c 100644 --- a/include/global.h +++ b/include/global.h @@ -4,4 +4,6 @@ #include "function_target.h" #include "nitro.h" +extern void ErrorHandling(void); + #endif //GUARD_GLOBAL_H |