15 lines
313 B
C
15 lines
313 B
C
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
#include "global.h"
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void HideMapNamePopUpWindow(void);
|
|
void CreateMapNamePopupIfNotAlreadyRunning(bool32 palIntoFadedBuffer);
|
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|