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
|