mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
12 lines
249 B
C
12 lines
249 B
C
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void HideMapNamePopUpWindow(void);
|
|
void ShowMapNamePopup(void);
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|