This commit is contained in:
parent
4b8f6991e9
commit
ffdd5e3d14
15 changed files with 406 additions and 80 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
{
|
||||
MouseFlagMirrorX=1<<0,
|
||||
MouseFlagMirrorY=1<<1,
|
||||
MouseFlagMirrorXY=MouseFlagMirrorX|MouseFlagMirrorY,
|
||||
};
|
||||
|
||||
CLayerTile(char *_Name,int Width,int Height,float MapDiv,float ZDiv,BOOL Is3d,BOOL Resizable); // New Layer
|
||||
|
@ -57,6 +58,8 @@ public:
|
|||
void Load(CFile *File,float Version);
|
||||
void Save(CFile *File);
|
||||
|
||||
void Export(CExport &Exp);
|
||||
|
||||
// Functions
|
||||
BOOL SetMode(int NewMode);
|
||||
BOOL InitMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue