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:
31:0d2c19a285f6
diff -r 366f87cc3ca3 -r 31111e6e13ad Characters/Bulbasaur.h
--- a/Characters/Bulbasaur.h	Mon Apr 29 20:54:20 2019 +0000
+++ b/Characters/Bulbasaur.h	Mon Apr 29 20:59:49 2019 +0000
@@ -1,15 +1,17 @@
+
+#ifndef BULBASAUR_H
+#define BULBASAUR_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+
 /** Bulbasaur Class
 * @brief This class contains all information such as sprites and descriptions for the character Bulbasaur
 * @version 1.0
 * @author Yiu Fai Kwok
 * @date Match, 2019
 */
-#ifndef BULBASAUR_H
-#define BULBASAUR_H
-
-#include "mbed.h"
-#include "N5110.h"
-#include "Gamepad.h"
 
 class Bulbasaur
 {