shithub: cstory

ref: 2d9abcc50bd57a6c76d40d2ed6f1d71c8ccfc69c
dir: /src/MapName.h/

View raw version
#pragma once
struct MAP_NAME
{
	int flag;
	int wait;
	char name[0x20];
};

void ReadyMapName(char *str);
void PutMapName(bool bMini);
void StartMapName();
void RestoreMapName();