libreshop_client/source/debug.h

8 lines
82 B
C
Raw Normal View History

2023-07-21 06:07:34 +00:00
#ifndef DEBUG_H
#define DEBUG_H
void debug_pause();
2023-07-21 06:32:06 +00:00
void debug_npause();
2023-07-21 06:07:34 +00:00
#endif