7 lines
147 B
C
7 lines
147 B
C
|
#ifdef FCEUDEF_DEBUGGER
|
||
|
void KillDebugger(void);
|
||
|
void UpdateDebugger(void);
|
||
|
void BeginDSeq(HWND hParent);
|
||
|
void DoMemmo(HWND hParent);
|
||
|
#endif
|