Yiu Fai Kwok / Mbed 2 deprecated el17yfk

Dependencies:   mbed FXOS8700CQ mbed-rtos

Revision:
25:31111e6e13ad
Parent:
17:5d8ff39a0e49
--- a/Characters/Charmander.h	Mon Apr 29 20:54:20 2019 +0000
+++ b/Characters/Charmander.h	Mon Apr 29 20:59:49 2019 +0000
@@ -1,15 +1,16 @@
+#ifndef CHARMANDER_H
+#define CHARMANDER_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+
 /** Charmander Class
 * @brief This class contains all information such as sprites and descriptions for the character Charmander
 * @version 1.0
 * @author Yiu Fai Kwok
 * @date Match, 2019
 */
-#ifndef CHARMANDER_H
-#define CHARMANDER_H
-
-#include "mbed.h"
-#include "N5110.h"
-#include "Gamepad.h"
 
 class Charmander
 {