This commit is contained in:
parent
73ebe07cc2
commit
469fa455ee
9 changed files with 173 additions and 60 deletions
|
@ -40,8 +40,9 @@ virtual void createPlayer();
|
|||
|
||||
protected:
|
||||
|
||||
CLevel Level;
|
||||
class CPlayer *m_player;
|
||||
CLevel Level;
|
||||
class CPauseMenu *m_pauseMenu;
|
||||
class CPlayer *m_player;
|
||||
static FontBank *s_genericFont;
|
||||
static MATRIX CamMtx;
|
||||
//static class SpriteBank *s_sprites; <-- Was causing compile error, sorry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue