mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
10 lines
220 B
C
10 lines
220 B
C
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
#include "global.h"
|
|
|
|
void CreateMapNamePopupIfNotAlreadyRunning(bool32 palIntoFadedBuffer);
|
|
void DismissMapNamePopup(void);
|
|
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|