sovereignx/include/debug.h

8 lines
No EOL
121 B
C

#ifndef GUARD_DEBUG_H
#define GUARD_DEBUG_H
#if DEBUGGING
void Debug_ShowMainMenu(void);
#endif
#endif // GUARD_DEBUG_H