mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-02 21:30:40 +00:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef DEBUGGER_H_
|
|
#define DEBUGGER_H_
|
|
|
|
void enter_debugger(void);
|
|
|
|
#endif // DEBUGGER_H_
|