mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-22 19:30:17 +01:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
#if DEBUGGING
|
|
void Debug_ShowMainMenu(void);
|
|
#endif
|
|
|
|
#endif // GUARD_DEBUG_H
|