diff options
Diffstat (limited to 'include/debug.h')
| -rw-r--r-- | include/debug.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h new file mode 100644 index 0000000..81e2cf9 --- /dev/null +++ b/include/debug.h @@ -0,0 +1,9 @@ +#ifndef DEBUG_H +#define DEBUG_H + +#include "ultra64.h" + +// void _dbg_hungup(); +// void Reset(); + +#endif |
