This commit is contained in:
parent
d696597924
commit
9c548b05e2
7 changed files with 54 additions and 1 deletions
|
@ -480,6 +480,11 @@ void CPlayerModeBase::setPlayerCollisionSize(int _x,int _y,int _w,int _h)
|
|||
{
|
||||
m_player->setPlayerCollisionSize(_x,_y,_w,_h);
|
||||
}
|
||||
void CPlayerModeBase::getPlayerCollisionSize(int *_x,int *_y,int *_w,int *_h)
|
||||
{
|
||||
m_player->getPlayerCollisionSize(_x,_y,_w,_h);
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue