Liu Liting 201199465

Dependencies:   mbed N5110

Revision:
13:a57a48e5e256
Parent:
12:3b7811c3502c
--- a/rocket/rocket.h	Thu May 14 14:10:49 2020 +0000
+++ b/rocket/rocket.h	Thu May 14 15:42:14 2020 +0000
@@ -33,7 +33,7 @@
      * @returns The new coordinate of foods
      * @brief Updates the position of foods
      */
-    Vector2D get_pos();
+    Vector2D get_locations();
     void replace(Direction d,float mag,Vector2D mapped_coord);
     void add_score();