mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-01 07:10:43 +01: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
|