This commit is contained in:
parent
50b875d84b
commit
e9835c718d
18 changed files with 253 additions and 80 deletions
|
@ -40,9 +40,9 @@ public:
|
|||
void MirrorY(int Flag);
|
||||
|
||||
sMapElem &Get(int X,int Y);
|
||||
void Set(int X,int Y,sMapElem &Blk);
|
||||
void Set(int X,int Y,CMap &Blk);
|
||||
void Set(CMap &Src,int StartX,int StartY,int Width,int Height);
|
||||
void Set(int X,int Y,sMapElem &Blk,BOOL Force=FALSE);
|
||||
void Set(int X,int Y,CMap &Blk,BOOL Force=FALSE);
|
||||
void Set(CMap &Src,int StartX,int StartY,int Width,int Height,BOOL Force=FALSE);
|
||||
|
||||
void Resize(int Width,int Height);
|
||||
|
||||
|
@ -51,6 +51,9 @@ public:
|
|||
void Load(CFile *File,float Version);
|
||||
void Save(CFile *File);
|
||||
|
||||
void DeleteSet(int Set);
|
||||
void RemapSet(int Old,int New);
|
||||
|
||||
|
||||
inline void operator=(CMap &Src)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue