1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 18:03:35 +01:00
2018-04-09 12:52:28 +05:30

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