Henry Triff / Mbed 2 deprecated ELEC2645_Project_el18ht

Dependencies:   mbed

Revision:
22:9065c457a45d
Parent:
16:17f91f51358f
Child:
25:31761087a83f
--- a/Ghost/Ghost.h	Sat Mar 28 14:49:55 2020 +0000
+++ b/Ghost/Ghost.h	Sat Mar 28 14:56:39 2020 +0000
@@ -13,14 +13,6 @@
 #include "Ghost.h"
 #include <string>
 
-/** Ghost Class
-* @brief Records the current position of the player so that it can be played back later during ghost mode.
-* @brief The best race (so far) is copied to the SD card when the race is over.
-* @brief Before each race, the previos best ghost data is read from the SD card to internal memory to allow the game to run faster.
-* @author Henry W Triff
-* @date Mar, 2020
-*/
-
 #ifndef STRUCTS
 #define STRUCTS
 
@@ -84,6 +76,14 @@
 enum cars {Basic, Offroad, Drifter, Sportscar, Racecar, Stupid};
 #endif
 
+/** Ghost Class
+* @brief Records the current position of the player so that it can be played back later during ghost mode.
+* @brief The best race (so far) is copied to the SD card when the race is over.
+* @brief Before each race, the previos best ghost data is read from the SD card to internal memory to allow the game to run faster.
+* @author Henry W Triff
+* @date Mar, 2020
+*/
+
 class Ghost
 {
 public: