diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-08-31 14:25:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 14:25:08 -0400 |
commit | bf25a361cd0d013beb86a936b516957b66cfa011 (patch) | |
tree | a43d3b7f6f6c7bf163ec6183a3682ec047163ad5 /include/error_handling.h | |
parent | 0a880566f5889cdeb6fa3f96f5916c39dbb16b38 (diff) | |
parent | e20f0ad32ec45564d4ad8c0c3ed07d9c21744588 (diff) |
Merge pull request #275 from red031000/master
arm9 MI_init, MI_wram and MI_uncompress + error_handling
Diffstat (limited to 'include/error_handling.h')
-rw-r--r-- | include/error_handling.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/error_handling.h b/include/error_handling.h new file mode 100644 index 00000000..1299fcba --- /dev/null +++ b/include/error_handling.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_ERROR_HANDLING_H +#define POKEDIAMOND_ERROR_HANDLING_H + +void ErrorHandling(void); + +#endif //POKEDIAMOND_ERROR_HANDLING_H |