mirror of
https://github.com/zeldaret/af.git
synced 2026-09-27 05:55:46 -04:00
fd54debbf2
* 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 34d8214aa3.
* review
* fix
* another fix
* fix
11 lines
177 B
C
11 lines
177 B
C
#ifndef LIBU64_DEBUG_H
|
|
#define LIBU64_DEBUG_H
|
|
|
|
#include "ultra64.h"
|
|
#include "attributes.h"
|
|
|
|
void _dbg_hungup(const char *filename, int line) NORETURN;
|
|
// void Reset();
|
|
|
|
#endif
|