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: Start/Start.h
- Revision:
- 25:31111e6e13ad
- Parent:
- 17:5d8ff39a0e49
--- 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
{