This commit is contained in:
parent
b5a6ee1573
commit
d7e13123b1
2 changed files with 7 additions and 0 deletions
|
@ -123,3 +123,9 @@ int CGameScene::readyToShutdown()
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
CPlayer * CGameScene::getPlayer()
|
||||||
|
{
|
||||||
|
return( m_player );
|
||||||
|
}
|
||||||
|
|
||||||
|
/*****************************************************************************/
|
||||||
|
|
|
@ -30,6 +30,7 @@ virtual ~CGameScene() {;}
|
||||||
char *getSceneName() {return "Game";}
|
char *getSceneName() {return "Game";}
|
||||||
|
|
||||||
static MATRIX *GetCamMtx() {return(&CamMtx);}
|
static MATRIX *GetCamMtx() {return(&CamMtx);}
|
||||||
|
class CPlayer *getPlayer();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue