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:
- 17:7acfc8a0c277
- Parent:
- 13:7ad2072d63ac
- Child:
- 18:78001ecadcb2
diff -r 75122d14153c -r 7acfc8a0c277 engine/engine.h
--- a/engine/engine.h Mon Apr 23 23:06:13 2018 +0000
+++ b/engine/engine.h Tue Apr 24 19:24:03 2018 +0000
@@ -27,6 +27,7 @@
void engine::check_boom_collision(Gamepad &pad,N5110 &lcd);
void engine::check_money_collision(Gamepad &pad,N5110 &lcd);
+ void engine::check_boom_edgecollision(Gamepad &pad,N5110 &lcd);
void engine::check_money_pos(Gamepad &pad);
void engine::check_rect_pos(Gamepad &pad);