pokeemerald/include/debug.h

8 lines
121 B
C
Raw Normal View History

#ifndef GUARD_DEBUG_H
#define GUARD_DEBUG_H
#if DEBUGGING
void Debug_ShowMainMenu(void);
#endif
#endif // GUARD_DEBUG_H