9 lines
118 B
C
Raw Normal View History

2022-05-25 13:40:25 +00:00
#ifndef GUARD_DEBUG_H
#define GUARD_DEBUG_H
#if DEBUG
void Debug_ShowMainMenu(void);
#endif
#endif // GUARD_DEBUG_H