This commit is contained in:
parent
0d4d68d560
commit
abd4133a86
24 changed files with 429 additions and 164 deletions
|
@ -27,6 +27,7 @@ virtual ~CGameScene() {;}
|
|||
|
||||
|
||||
void init();
|
||||
virtual void createPlayer();
|
||||
void shutdown();
|
||||
void render();
|
||||
void think(int _frames);
|
||||
|
@ -37,7 +38,7 @@ virtual ~CGameScene() {;}
|
|||
class CPlayer *getPlayer();
|
||||
void sendEvent( GAME_EVENT evt, CThing *sourceThing );
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
CLevel Level;
|
||||
class CPlayer *m_player;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue