mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-19 21:57:27 -05:00
9 lines
138 B
C
9 lines
138 B
C
#ifndef GUARD_DEBUG_H
|
|
#define GUARD_DEBUG_H
|
|
|
|
#include "constants/debug_config.h"
|
|
|
|
void Debug_ShowMainMenu(void);
|
|
|
|
#endif // GUARD_DEBUG_H
|