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