Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Mechanics/Mechanics.h
- Revision:
- 22:9065c457a45d
- Parent:
- 20:f8d7b04471b8
- Child:
- 25:31761087a83f
--- a/Mechanics/Mechanics.h Sat Mar 28 14:49:55 2020 +0000 +++ b/Mechanics/Mechanics.h Sat Mar 28 14:56:39 2020 +0000 @@ -12,12 +12,6 @@ #include "Ghost.h" #include <string> -/** Mechanics Class -* @brief Operates the game. -* @author Henry W Triff -* @date Mar, 2020 -*/ - #ifndef STRUCTS #define STRUCTS @@ -77,6 +71,12 @@ enum cars {Basic, Offroad, Drifter, Sportscar, Racecar, Stupid}; #endif +/** Mechanics Class +* @brief Operates the game. +* @author Henry W Triff +* @date Mar, 2020 +*/ + class Mechanics { public: