Game codes for Pokemon Academy Yiu Fai Kwok - 201198802 I have read the University Regulations on Plagiarism and state that the work covered by this declaration is my own and does not contain any unacknowledged work from other sources.

Dependencies:   mbed FXOS8700CQ mbed-rtos

Revision:
25:31111e6e13ad
Parent:
17:5d8ff39a0e49
Child:
32:58def659f463
--- a/Start/Start.h	Mon Apr 29 20:54:20 2019 +0000
+++ b/Start/Start.h	Mon Apr 29 20:59:49 2019 +0000
@@ -1,9 +1,3 @@
-/** Start Class
-* @brief This class is the starting menu for selecting the character of the game
-* @version 1.0
-* @author Yiu Fai Kwok
-* @date Match, 2019
-*/
 #ifndef START_H
 #define START_H
 
@@ -13,6 +7,13 @@
 #include "Squirtle.h"
 #include "Bulbasaur.h"
 
+/** Start Class
+* @brief This class is the starting menu for selecting the character of the game
+* @version 1.0
+* @author Yiu Fai Kwok
+* @date Match, 2019
+*/
+
 class Start
 {