Files
af/include/libu64/debug.h
T
2023-08-29 09:59:38 -07:00

11 lines
174 B
C

#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