mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-23 14:09:43 +00:00
8 lines
108 B
C
8 lines
108 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
void _dbg_hungup(const char* file, int lineNum);
|
|
void Reset(void);
|
|
|
|
#endif
|