debugging header file

This commit is contained in:
Emily Daemon 2023-07-21 09:07:34 +03:00
parent 7003a9c8a3
commit df30905389

6
source/debug.h Normal file
View File

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