diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-01 13:00:21 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-01 13:02:33 +0200 |
commit | 56e5d2eac8ed953e9f52b5ae760fcfa72cc6a91e (patch) | |
tree | 0ab779227f73ec02a477964210e2795902868905 /arm9/src/error_handling.c | |
parent | ce5a50546d48ebe03adee670db617ec0deb30060 (diff) |
remove obsolete externs
Diffstat (limited to 'arm9/src/error_handling.c')
-rw-r--r-- | arm9/src/error_handling.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arm9/src/error_handling.c b/arm9/src/error_handling.c index a01894f6..7f006039 100644 --- a/arm9/src/error_handling.c +++ b/arm9/src/error_handling.c @@ -1,8 +1,9 @@ #include "global.h" #include "error_handling.h" #include "error_message_reset.h" +#include "unk_02031734.h" + -extern u32 FUN_02031810(void); THUMB_FUNC void ErrorHandling(void) { |