summaryrefslogtreecommitdiff
path: root/include/error_handling.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-09-01 08:20:36 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-09-01 08:20:36 -0400
commitf522a4a1e72bd609a93ae0ccf1950f890da9e486 (patch)
treec535a58e725d2a5a249cc0a2bfc64d467951db97 /include/error_handling.h
parent0d062eb41709cd294f26c66b17384fda6fc19a9c (diff)
parent392f50eea4375637f23a4abc8643f525ba98f469 (diff)
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond into pikalax_work
Diffstat (limited to 'include/error_handling.h')
-rw-r--r--include/error_handling.h6
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