diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-09 21:21:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 21:21:12 -0400 |
| commit | fd54debbf2d18c7c9bfdd10bd42aab5abe9266a2 (patch) | |
| tree | 4dc24ddd4fdc4210022b7d9a8c631d45020e3d11 /include/debug.h | |
| parent | 56b4e612cc8fc1af7c051592e850ca1aac02e39e (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.h | 10 |
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 |
