This commit is contained in:
parent
9af1eb0ad5
commit
0a22ec4675
20 changed files with 348 additions and 122 deletions
|
@ -19,12 +19,6 @@ BOOL operator==(sMapElem const &v1) // Doesnt Check flags
|
|||
}
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
MapElemFlagMirrorX= 1<<0,
|
||||
MapElemFlagMirrorY= 1<<1,
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
class CFile;
|
||||
class CPoint;
|
||||
|
@ -45,6 +39,7 @@ public:
|
|||
void Delete();
|
||||
void MirrorX(int Flag,CRect *R=NULL);
|
||||
void MirrorY(int Flag,CRect *R=NULL);
|
||||
void SetFlags(int Flags,int Mask,CRect *R=NULL);
|
||||
|
||||
sMapElem &Get(int X,int Y);
|
||||
void Set(int X,int Y,sMapElem &Blk,BOOL Force=FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue