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
|