10 lines
No EOL
147 B
C
10 lines
No EOL
147 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
#if DEBUGGING
|
|
void Debug_ShowMainMenu(void);
|
|
#endif
|
|
|
|
#define DEBUG_MENU FALSE
|
|
|
|
#endif // GUARD_DEBUG_H
|