This commit is contained in:
Daveo 2000-12-14 16:38:34 +00:00
parent 18d0247548
commit 7f6a1a06b9
20 changed files with 283 additions and 154 deletions

View file

@ -515,6 +515,7 @@ public:
{
Vi=NULL;
MaxSize=0;
DebugFlag=false;
}
void SetMaxSize(int New)
@ -549,6 +550,8 @@ public:
void setNoWriteTpages(bool newVal)
{m_noWriteTpages=newVal;}
void setDebug(bool f)
{DebugFlag=f;}
protected:
void WriteHeaderFile(char const * HName);
@ -578,6 +581,7 @@ protected:
bool m_halfTpage;
bool m_compressTpages;
bool m_noWriteTpages;
bool DebugFlag;
SprFrVec AllSprFrames;
SprPalVec AllSprPals;