summaryrefslogtreecommitdiff
path: root/include/debug.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-08-09 21:21:12 -0400
committerGitHub <noreply@github.com>2023-08-09 21:21:12 -0400
commitfd54debbf2d18c7c9bfdd10bd42aab5abe9266a2 (patch)
tree4dc24ddd4fdc4210022b7d9a8c631d45020e3d11 /include/debug.h
parent56b4e612cc8fc1af7c051592e850ca1aac02e39e (diff)
`libu64.a` identification (#43)
* identify debug * identify gfxprint.c and gfxprint_data.c * pad.c * fix * stackcheck * loadfragment and logseverity * mtxconv * comment * Revert "loadfragment and logseverity" This reverts commit 34d8214aa3869a518db8c9b59dc06361e8507418. * review * fix * another fix * fix
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/debug.h b/include/debug.h
deleted file mode 100644
index 6769129..0000000
--- a/include/debug.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef DEBUG_H
-#define DEBUG_H
-
-#include "ultra64.h"
-#include "attributes.h"
-
-void _dbg_hungup(const char *filename, int line) NORETURN;
-// void Reset();
-
-#endif