This commit is contained in:
Paul 2001-02-09 17:01:04 +00:00
parent 0d4d68d560
commit abd4133a86
24 changed files with 429 additions and 164 deletions

View file

@ -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;