mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-15 17:08:19 +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_
|