1 2 3 4 5 6 7
#ifndef DEBUG_H #define DEBUG_H void _dbg_hungup(const char* file, int lineNum); void Reset(void); #endif