ref: 00ed53ea95cbee87f7fe3b802c1f584c4e72a1e6
dir: /src/MapName.h/
#pragma once
struct MAP_NAME
{
int flag;
int wait;
char name[0x20];
};
void ReadyMapName(const char *str);
void PutMapName(bool bMini);
void StartMapName();
void RestoreMapName();