Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FXOS8700CQ mbed-rtos
Diff: Characters/Charmander.h
- 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
{