summaryrefslogtreecommitdiff
path: root/include/libu64/debug.h
blob: d24f1701d2e0da85aac5d1f4ee88f5f815d6ec2b (plain)
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