summaryrefslogtreecommitdiff
path: root/include/error_handling.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-26 03:30:25 +0100
committerGitHub <noreply@github.com>2021-05-26 03:30:25 +0100
commit395de03637046068e1b4ad79f1c8b230b8f2b0c8 (patch)
treec73803288addbc3256be6ca71a965670833c55fe /include/error_handling.h
parent73e48106d014792276f46e185b1a7ccd30bf4f00 (diff)
parent7d10ba28169226bf00b741f7d01bc3386b383343 (diff)
Merge branch 'master' into unk_0208A300
Diffstat (limited to 'include/error_handling.h')
-rw-r--r--include/error_handling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/error_handling.h b/include/error_handling.h
index 1299fcba..c14c93fe 100644
--- a/include/error_handling.h
+++ b/include/error_handling.h
@@ -1,6 +1,6 @@
#ifndef POKEDIAMOND_ERROR_HANDLING_H
#define POKEDIAMOND_ERROR_HANDLING_H
-void ErrorHandling(void);
+void GF_AssertFail(void);
#endif //POKEDIAMOND_ERROR_HANDLING_H