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.
Diff: GameEngine/GameEngine.h
- Revision:
- 49:ed569eceeaa4
- Parent:
- 47:49fa1adc10b4
- Child:
- 51:35cb8e604b72
diff -r e308067cfea5 -r ed569eceeaa4 GameEngine/GameEngine.h --- a/GameEngine/GameEngine.h Tue May 19 15:13:47 2020 +0000 +++ b/GameEngine/GameEngine.h Tue May 19 15:32:00 2020 +0000 @@ -14,10 +14,11 @@ #include "HUD.h" #include "Menu.h" #include "FXOS8700CQ.h" +#include "SDFileSystem.h" #include <cmath> #include <vector> - + /** GameEngine class * @brief Runs the different parts of the game @@ -224,6 +225,7 @@ /** Define Ticker object */ Ticker ticker; + }; #endif \ No newline at end of file