mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-18 22:05:51 +00:00
7 lines
91 B
C
7 lines
91 B
C
|
#ifndef DEBUGGER_H_
|
||
|
#define DEBUGGER_H_
|
||
|
|
||
|
void enter_debugger(void);
|
||
|
|
||
|
#endif // DEBUGGER_H_
|