This commit is contained in:
parent
58c6bd567e
commit
45c17b2771
14 changed files with 142 additions and 12 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue