mirror of https://github.com/pret/pokeemerald.git
12 lines
221 B
C
12 lines
221 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);
|
||
|
|
||
|
#endif //GUARD_MAP_NAME_POPUP_H
|