2017-10-25 02:41:22 +01:00
|
|
|
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
|
|
|
|
// Exported type declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
|
|
|
void HideMapNamePopUpWindow(void);
|
2018-04-09 08:22:28 +01:00
|
|
|
void ShowMapNamePopup(void);
|
2017-10-25 02:41:22 +01:00
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|