PES 2 - Gruppe 1 / Mbed 2 deprecated Robocode_Random

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
46:8b52c7b34d34
Parent:
39:92723f7ea54f
Child:
52:56399c2f13cd
diff -r c3116dc83814 -r 8b52c7b34d34 source/Positioning.cpp
--- a/source/Positioning.cpp	Tue Apr 11 18:01:36 2017 +0000
+++ b/source/Positioning.cpp	Tue Apr 11 19:43:39 2017 +0000
@@ -6,12 +6,18 @@
 
 #include "Positioning.h"
 position current_pos;
+float current_heading;
 
 position get_current_pos()
 {
     return current_pos;
 }
 
+float get_current_heading()
+{
+    return current_heading;
+}
+
 int start_positioning()
 {