This commit is contained in:
Paul 2001-04-24 19:37:12 +00:00
parent 58c6bd567e
commit 45c17b2771
14 changed files with 142 additions and 12 deletions

View file

@ -46,9 +46,14 @@ public:
private:
void copyImageToScreen(int _file,int _x,int _y,int _w,int _h);
class FontBank *m_font;
int m_readyToExit;
char *m_screenImage;
};