From 722d5509178fa5bdaa488fbbd9196f21377f8775 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 18 Nov 2024 14:57:19 +1300 Subject: Initial commit --- arm9/source/main_debug.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arm9/source/main_debug.h (limited to 'arm9/source/main_debug.h') diff --git a/arm9/source/main_debug.h b/arm9/source/main_debug.h new file mode 100644 index 0000000..55e60b9 --- /dev/null +++ b/arm9/source/main_debug.h @@ -0,0 +1,7 @@ +#ifndef MAIN_DEBUG_H_ + #define MAIN_DEBUG_H_ + + void debug_stacks(Bedrock *br); + void debug_assert(Bedrock *br); + +#endif -- cgit v1.2.3-70-g09d2