shithub: cstory

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