summaryrefslogtreecommitdiff
path: root/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/debug.h b/include/debug.h
index 1fa5884..f0e0ed0 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -10,9 +10,6 @@ struct DebugLocation
char *func;
};
-void FatalErrorHang();
-void FatalErrorPrintFuncFileLine(const char *r0, struct DebugLocation *debug);
-void FatalErrorFormatMessage(const char *text, ...);
void Log(u8 *buffer, const char *text, ...);
void NDS_DebugInit(void);
void nullsub_25(void);