summaryrefslogtreecommitdiff
path: root/include/debug.h
blob: 96d3d11c79d86f507c2238ef3ce67767d6fa9504 (plain)
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