mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-20 22:21:58 -05: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
|