Player Library

Revision:
4:6d5ea29f83b0
Parent:
1:933b7aa73bbc
Child:
6:79a9c37a0b80
--- a/Player.h	Mon Apr 24 11:20:53 2017 +0000
+++ b/Player.h	Mon Apr 24 13:34:45 2017 +0000
@@ -14,7 +14,7 @@
     void init(int x, int y);
     void draw(N5110 &lcd);
     void update(Direction d,float mag);
-    
+    Vector2D get_pos();
     
     private: