summaryrefslogtreecommitdiffstats
path: root/Player.h
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2011-11-28 17:31:22 +0100
committerDominique Martinet <asmadeus@codewreck.org>2011-11-28 17:31:22 +0100
commite7cfc50df604e0751b3e3638e15504e4b2379894 (patch)
treed5be89afb118de3d6d8b6384591c084e1e45558b /Player.h
parente49f4b2329ee5acd59e681c1a67549685cf78054 (diff)
Player: turnLeft(), turnRight()
Diffstat (limited to 'Player.h')
-rw-r--r--Player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Player.h b/Player.h
index 16b4753..3815f0c 100644
--- a/Player.h
+++ b/Player.h
@@ -27,6 +27,8 @@ public:
* or the same way. Only possible change is 90°.
**/
bool changeDirection(VelocityVector v);
+ void turnLeft();
+ void turnRight();
bool isAlive();
void kill();