diff options
Diffstat (limited to 'arm9/source/debug.h')
-rw-r--r-- | arm9/source/debug.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arm9/source/debug.h b/arm9/source/debug.h new file mode 100644 index 0000000..36bfca3 --- /dev/null +++ b/arm9/source/debug.h @@ -0,0 +1,7 @@ +#ifndef DEBUG_H_ + #define DEBUG_H_ + + void debug_stacks(Bedrock *br); + void debug_assert(Bedrock *br); + +#endif |