mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
10 lines
202 B
C
10 lines
202 B
C
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
#include "global.h"
|
|
|
|
void ShowMapNamePopup(bool32 palIntoFadedBuffer);
|
|
void HideMapNamePopUpWindow(void);
|
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|