shithub: cstory

ref: eaf7b08f2723bc9e6a9b1848b04ed3d78ab67307
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();