This commit is contained in:
Daveo 2001-04-05 14:20:56 +00:00
parent b08c0884df
commit cb92498e70
13 changed files with 253 additions and 55 deletions

View file

@ -45,6 +45,8 @@ public:
void RenderLayers(bool OneShot=false);
void RenderNumber(int No);
void Export(char *Filename);
void RenderToTga(char *Filename);
void RenderToTga();
// View Stuff
void SetView(CMapEditView *View) {CurrentView=View;}
@ -139,6 +141,8 @@ private:
bool Is3dFlag;
CElemBank *IconBank;
bool RenderTGAFlag;
GString TGAFilename;
};