8 lines
160 B
C
8 lines
160 B
C
#pragma once
|
|
|
|
#include "WindowsWrapper.h"
|
|
|
|
void ReadyMapName(const char *str);
|
|
void PutMapName(BOOL bMini);
|
|
void StartMapName(void);
|
|
void RestoreMapName(void);
|