16 lines
324 B
C
16 lines
324 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 MAPPOPUP_24_HOUR_TIME FALSE
|
|
#define MAPPOPUP_ALPHA_BLEND TRUE
|
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|