Target Library

Dependents:   GameProject_Prototype

Revision:
13:828ede9cf8a5
Parent:
11:5b2be6934e1b
Child:
14:0f590475ba85
--- a/Target.h	Wed May 03 13:33:40 2017 +0000
+++ b/Target.h	Thu May 04 08:34:51 2017 +0000
@@ -15,8 +15,6 @@
     void draw(N5110 &lcd);
     void update();
     Vector2D get_pos();
-    void set_velocity(Vector2D v);
-    Vector2D get_velocity();
     void set_pos(Vector2D p);
 
     private: