mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-29 13:45:36 -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
|