15 lines
326 B
C
15 lines
326 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);
|
|
|
|
#define MAP_POPUP_24_HOUR_TIME FALSE
|
|
#define MAP_POPUP_ALPHA_BLEND TRUE
|
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|