mm/include/libu64/debug.h

8 lines
122 B
C

#ifndef LIBU64_DEBUG_H
#define LIBU64_DEBUG_H
void _dbg_hungup(const char* file, int lineNum);
void Reset(void);
#endif