This commit is contained in:
Paul 2001-02-12 17:24:58 +00:00
parent a13f0d8e4f
commit 658c4d7637
3 changed files with 11 additions and 2 deletions

View file

@ -28,6 +28,7 @@ virtual ~CGameScene() {;}
void init();
virtual void createPlayer();
virtual int canPause();
void shutdown();
void render();
void think(int _frames);