This commit is contained in:
Daveo 2001-03-29 17:59:01 +00:00
parent e6097f7417
commit 826713a65c
23 changed files with 1118 additions and 325 deletions

View file

@ -43,6 +43,7 @@ public:
bool Question(char *Txt);
void Render(bool ForceRender=FALSE);
void RenderLayers(bool OneShot=false);
void RenderNumber(int No);
void Export(char *Filename);
// View Stuff
@ -116,6 +117,7 @@ public:
void ResetView();
CElemBank *GetIconBank() {return(IconBank);}
void GetExecPath(GString &Path);
private:
CMapEditView *CurrentView;
CPoint CurrentMousePos,LastMousePos;