This commit is contained in:
parent
091c8f2ada
commit
e2c1ddcb20
17 changed files with 156 additions and 72 deletions
|
@ -71,6 +71,10 @@ virtual BOOL MouseMove(CCore *Core,CMapEditView *View,UINT nFlags, CPoint &Cur
|
|||
virtual BOOL MirrorX(CCore *Core){return(FALSE);};
|
||||
virtual BOOL MirrorY(CCore *Core){return(FALSE);};
|
||||
|
||||
|
||||
virtual void DeleteSet(int Set){};
|
||||
virtual void RemapSet(int OrigSet,int NewSet){};
|
||||
|
||||
protected:
|
||||
BOOL Render3dFlag;
|
||||
float ScaleFactor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue