shithub: cstory

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