You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07: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
|