diff options
Diffstat (limited to 'Player.h')
-rw-r--r-- | Player.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,8 +18,14 @@ class Player : public Creature { int getXVel(); + void setCrouch(int c); + int getCrouch(); + + void orient(); + private: bool sprint; + int crouch; }; #endif |