mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 05:31:51 -04:00
11 lines
174 B
C
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
|