Files
ac-decomp/include/libu64/debug.h
T
2023-03-06 08:28:43 +00:00

8 lines
98 B
C

#ifndef LDEBUG_H
#define LDEBUG_H
#include "types.h"
void _dbg_hungup(const char*, s32);
#endif