This commit is contained in:
parent
08db90fda5
commit
d0115c86f5
6 changed files with 514 additions and 23 deletions
|
@ -22,6 +22,10 @@
|
|||
#include "frontend\frontend.h"
|
||||
#endif
|
||||
|
||||
#ifndef _GLOBAL_HEADER_
|
||||
#include "system\global.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Std Lib
|
||||
------- */
|
||||
|
@ -49,7 +53,19 @@ public:
|
|||
|
||||
|
||||
private:
|
||||
int m_shuttingDown;
|
||||
void renderCreditsListTillEndOfPage(u16 *_list);
|
||||
|
||||
|
||||
class ScalableFontBank *m_font;
|
||||
class CScrollyBackground *m_background1;
|
||||
class CScrollyBackground *m_background2;
|
||||
u8 *m_image;
|
||||
u16 *m_currentPage;
|
||||
u16 *m_lastPage;
|
||||
int m_frame;
|
||||
|
||||
|
||||
int m_shuttingDown;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue