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