tumbledemerald-legacy/include/debug.h

9 lines
118 B
C
Raw Normal View History

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