Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
36:27aa597db3d2
Parent:
31:6015e8ed859c
Child:
82:3211b31e9421
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ParentClasses/Position/Position.cpp	Fri May 15 16:31:25 2020 +0000
@@ -0,0 +1,6 @@
+#include "Position.h"
+
+Vector2D Position::get_pos(){
+    Vector2D pos = {position_x_,position_y_};
+    return pos;
+}
\ No newline at end of file