This commit is contained in:
parent
d27fbedb88
commit
b8103ac738
15 changed files with 283 additions and 114 deletions
|
@ -48,6 +48,10 @@ public:
|
|||
|
||||
BOOL DoesContainTile(sMapElem &Tile);
|
||||
|
||||
void Load(CFile *File,float Version);
|
||||
void Save(CFile *File);
|
||||
|
||||
|
||||
inline void operator=(CMap &Src)
|
||||
{
|
||||
int Width=Src.GetWidth();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue