libreshop_client/source/debug.h

8 lines
82 B
C

#ifndef DEBUG_H
#define DEBUG_H
void debug_pause();
void debug_npause();
#endif