blob: c8ce02c3028f714b65617fc274b995c76bebdaf0 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef GUARD_MAP_NAME_POPUP_H
#define GUARD_MAP_NAME_POPUP_H
#include "global.h"
void CreateMapNamePopupIfNotAlreadyRunning(bool32 palIntoFadedBuffer);
#endif //GUARD_MAP_NAME_POPUP_H
|