Henry Triff / Mbed 2 deprecated ELEC2645_Project_el18ht

Dependencies:   mbed

Revision:
22:9065c457a45d
Parent:
18:5fcb0514fb70
Child:
23:920faed43d55
diff -r 85a6c01613d6 -r 9065c457a45d Graphics/Graphics.h
--- a/Graphics/Graphics.h	Sat Mar 28 14:49:55 2020 +0000
+++ b/Graphics/Graphics.h	Sat Mar 28 14:56:39 2020 +0000
@@ -12,12 +12,6 @@
 #include "Ghost.h"
 #include <string>
 
-/** Graphics Class
-* @brief Creates all game graphics.
-* @author Henry W Triff
-* @date Mar, 2020
-*/
-
 #ifndef STRUCTS
 #define STRUCTS
 
@@ -71,6 +65,12 @@
 
 #endif
 
+/** Graphics Class
+* @brief Creates all game graphics.
+* @author Henry W Triff
+* @date Mar, 2020
+*/
+
 class Graphics
 {
 public: