diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2011-11-28 17:31:22 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2011-11-28 17:31:22 +0100 |
commit | e7cfc50df604e0751b3e3638e15504e4b2379894 (patch) | |
tree | d5be89afb118de3d6d8b6384591c084e1e45558b /Player.h | |
parent | e49f4b2329ee5acd59e681c1a67549685cf78054 (diff) |
Player: turnLeft(), turnRight()
Diffstat (limited to 'Player.h')
-rw-r--r-- | Player.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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();
|