shithub: cstory

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