5

Dependents:   Labirint

Revision:
1:5285b567f4c9
Parent:
0:fe2b9c70f7b8
--- a/Paddle.h	Wed Feb 08 19:51:11 2017 +0000
+++ b/Paddle.h	Wed Mar 01 13:52:30 2017 +0000
@@ -16,6 +16,7 @@
     void update(Direction d,float mag);
     void add_score();
     int get_score();
+    Vector2D get_pos();
 
 private: