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
Diff: engine/engine.h
- Revision:
- 20:a3fd428fb4f4
- Parent:
- 19:362ad1cd6d4a
- Child:
- 22:c1e1283c6356
diff -r 362ad1cd6d4a -r a3fd428fb4f4 engine/engine.h
--- a/engine/engine.h Sat Apr 28 21:59:45 2018 +0000
+++ b/engine/engine.h Sat Apr 28 23:32:23 2018 +0000
@@ -8,7 +8,7 @@
#include "boom.h"
#include "bigboom.h"
#include "money.h"
-
+#include "help.h"
//#define GAP 2
@@ -22,6 +22,7 @@
void read_input(Gamepad &pad);
void update(Gamepad &pad,N5110 &lcd);
void draw(N5110 &lcd);
+ void sb(Gamepad &pad,N5110 &lcd);
private:
@@ -50,7 +51,7 @@
bigboom _bigboom;
-
+ help _help;
Direction _d;
float _mag;