Use splash image

This commit is contained in:
Ryan Dortmans
2004-11-18 06:45:31 +00:00
parent 63a8c90cad
commit 6b3e3a8c78
2 changed files with 33 additions and 46 deletions
@@ -16,8 +16,10 @@ public:
void Paint();
void SetText(CString str);
protected:
CString text ;
XFONT* font;
bool useImage;
};
#endif