mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-21 02:40:17 +01:00
8 lines
117 B
C
8 lines
117 B
C
|
#ifndef GUARD_DEBUG_H
|
||
|
#define GUARD_DEBUG_H
|
||
|
|
||
|
#if DEBUG
|
||
|
void Debug_ShowMainMenu(void);
|
||
|
#endif
|
||
|
|
||
|
#endif // GUARD_DEBUG_H
|