add debug header file #3

Merged
emilyd merged 6 commits from debug_helper into main 2023-07-21 06:37:36 +00:00
Showing only changes of commit df30905389 - Show all commits

6
source/debug.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef DEBUG_H
#define DEBUG_H
void debug_pause();
#endif