This commit is contained in:
parent
d696597924
commit
9c548b05e2
7 changed files with 54 additions and 1 deletions
|
@ -146,7 +146,8 @@ public:
|
|||
int isOnEdge();
|
||||
int canMoveLeft();
|
||||
int canMoveRight();
|
||||
void setPlayerCollisionSize(int _x,int _y,int _w,int _h);
|
||||
virtual void setPlayerCollisionSize(int _x,int _y,int _w,int _h);
|
||||
virtual void getPlayerCollisionSize(int *_x,int *_y,int *_w,int *_h);
|
||||
|
||||
void moveLeft();
|
||||
void moveRight();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue