diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-21 19:23:10 +0100 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-21 19:26:59 +0100 |
commit | 3c89d769dca2795130747aae4f395fe5fc2ad888 (patch) | |
tree | 6ea124d0ce16d2577b7da78c4bfa2caea3a3b806 /arm9/src/error_handling.c | |
parent | bd4835f73f7e9f12eb8e3bf6ba2ca70edccd4c8e (diff) |
use headers
Diffstat (limited to 'arm9/src/error_handling.c')
-rw-r--r-- | arm9/src/error_handling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/error_handling.c b/arm9/src/error_handling.c index 9052773f..a01894f6 100644 --- a/arm9/src/error_handling.c +++ b/arm9/src/error_handling.c @@ -1,8 +1,8 @@ #include "global.h" #include "error_handling.h" +#include "error_message_reset.h" extern u32 FUN_02031810(void); -extern void PrintErrorMessageAndReset(void); THUMB_FUNC void ErrorHandling(void) { |