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:
- 69:753ba27325ce
- Parent:
- 68:bb1650c657ef
- Child:
- 71:bcbac2cfe005
diff -r bb1650c657ef -r 753ba27325ce GameEngine/GameEngine.h
--- a/GameEngine/GameEngine.h Thu May 21 22:46:23 2020 +0000
+++ b/GameEngine/GameEngine.h Fri May 22 13:02:26 2020 +0000
@@ -16,6 +16,7 @@
#include "FXOS8700CQ.h"
#include "SDFileSystem.h"
#include "SavedGames.h"
+#include "Settings.h"
#include <vector>
@@ -256,6 +257,9 @@
/** Define Menu object */
Menu menu;
+ /** Define Setting object */
+ Settings setting;
+
/** Define Ticker object for lcd framerate */
Ticker ticker;