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);
|
2024-01-15 06:51:44 +00:00
|
|
|
|
|
|
|
#define MAP_POPUP_24_HOUR_TIME FALSE
|
|
|
|
#define MAP_POPUP_ALPHA_BLEND TRUE
|
|
|
|
|
2017-10-25 02:41:22 +01:00
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|