some more fixes

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@157 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
albertzeyer
2009-07-24 18:28:43 +00:00
parent f854745f9e
commit 01c6db1b9b
6 changed files with 24 additions and 18 deletions

View File

@@ -33,11 +33,11 @@ public:
void CreateLogfile (const char *LogName);
void WriteTopic (const char *Topic, int Size);
void textOut (const char *Text);
void textOut (int Color, const char *Text);
void textOut (int Color, bool List, const char *Text);
void textOut (FONTCOLORS Color, const char *Text);
void textOut (FONTCOLORS Color, bool List, const char *Text);
void ftextOut (const char *Text, ...);
void ftextOut (int Color, const char *Text, ...);
void ftextOut (int Color, bool List, const char *Text, ...);
void ftextOut (FONTCOLORS Color, const char *Text, ...);
void fltextOut (FONTCOLORS Color, bool List, const char *Text, ...);
void FunctionResult (const char *Name, bool Result);
private: