2ship2harkinian/mm/include/debug.h
2024-01-05 18:00:59 -05:00

8 lines
108 B
C

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