This commit is contained in:
parent
1075b09fb0
commit
c6fc65ca73
3 changed files with 21 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
/*****************************************************************************/
|
||||
class FontBank;
|
||||
|
||||
class SpriteBank;
|
||||
class CGameScene : public CScene
|
||||
{
|
||||
public:
|
||||
|
@ -38,6 +38,8 @@ virtual int canPause();
|
|||
static void setReadyToExit() {s_readyToExit=true;}
|
||||
static void levelFinished() {s_levelFinished=true;}
|
||||
|
||||
static SpriteBank *GetBackSprites() {return(s_BackSprites);}
|
||||
|
||||
protected:
|
||||
|
||||
void initLevel();
|
||||
|
@ -52,6 +54,8 @@ protected:
|
|||
static int s_readyToExit;
|
||||
static int s_levelFinished;
|
||||
|
||||
static SpriteBank *s_BackSprites;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue