mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-18 13:10:45 -05:00
7 lines
101 B
C
7 lines
101 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
void Debug_ShowMainMenu(void);
|
|
|
|
#endif // GUARD_DEBUG_H
|