This commit is contained in:
parent
18d0247548
commit
7f6a1a06b9
20 changed files with 283 additions and 154 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
void AllowRotate(bool f) {MyFiles.SetAllowRotate(f);}
|
||||
void FileRecursion(bool f) {MyFiles.SetFileRecursion(f);}
|
||||
void NoSort() {MyFiles.setNoSort();}
|
||||
void SetDebug(bool f) {DebugFlag=f;}
|
||||
|
||||
void ReadRepFile(GString String) {MyFiles.ReadRepFile(String);}
|
||||
|
||||
|
@ -114,7 +115,7 @@ protected:
|
|||
bool m_AnimatedHeadersOnly;
|
||||
bool m_DontOutputBoxes;
|
||||
bool m_AlignHeaders;
|
||||
|
||||
bool DebugFlag;
|
||||
std::vector<sTexOutInfo> TexInfo;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue