This commit is contained in:
Paul 2001-05-01 20:23:32 +00:00
parent d696597924
commit 9c548b05e2
7 changed files with 54 additions and 1 deletions

View file

@ -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();