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
--- a/Exam/Exam.h	Mon Apr 29 20:54:20 2019 +0000
+++ b/Exam/Exam.h	Mon Apr 29 20:59:49 2019 +0000
@@ -1,9 +1,3 @@
-/** Exam Class
-* @brief This class is the game engine for the mini-game EXAM
-* @version 1.0
-* @author Yiu Fai Kwok
-* @date April, 2019
-*/
 #ifndef EXAM_H
 #define EXAM_H
 
@@ -12,6 +6,13 @@
 #include "Gamepad.h"
 #include "Score.h"
 
+/** Exam Class
+* @brief This class is the game engine for the mini-game EXAM
+* @version 1.0
+* @author Yiu Fai Kwok
+* @date April, 2019
+*/
+
 class Exam
 {