This commit is contained in:
parent
41a25767d9
commit
fd2dda06f4
9 changed files with 250 additions and 56 deletions
|
@ -58,6 +58,9 @@ protected:
|
|||
int getPadInputDown(class CPlayer *_player);
|
||||
|
||||
int isOnSolidGround(class CPlayer *_player);
|
||||
int isOnEdge(class CPlayer *_player);
|
||||
int canMoveLeft(class CPlayer *_player);
|
||||
int canMoveRight(class CPlayer *_player);
|
||||
|
||||
void moveLeft(class CPlayer *_player);
|
||||
void moveRight(class CPlayer *_player);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue