1 2 3 4 5 6 7 8 9 10
#ifndef LIBU64_DEBUG_H #define LIBU64_DEBUG_H #include "ultra64.h" #include "attributes.h" void _dbg_hungup(const char* name, int line) NORETURN; void Reset(void); #endif