9 lines
118 B
C
9 lines
118 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
#if DEBUG
|
|
|
|
void Debug_ShowMainMenu(void);
|
|
|
|
#endif
|
|
#endif // GUARD_DEBUG_H
|