summaryrefslogtreecommitdiff
path: root/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'Player.h')
-rw-r--r--Player.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Player.h b/Player.h
index ad08b56..7c8cdf7 100644
--- a/Player.h
+++ b/Player.h
@@ -18,8 +18,14 @@ class Player : public Creature {
int getXVel();
+ void setCrouch(int c);
+ int getCrouch();
+
+ void orient();
+
private:
bool sprint;
+ int crouch;
};
#endif