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:
- 19:362ad1cd6d4a
- Parent:
- 18:78001ecadcb2
- Child:
- 20:a3fd428fb4f4
--- a/engine/engine.h Sat Apr 28 21:12:33 2018 +0000
+++ b/engine/engine.h Sat Apr 28 21:59:45 2018 +0000
@@ -30,8 +30,9 @@
void check_money_collision(Gamepad &pad,N5110 &lcd);
void check_boom_right_collision(Gamepad &pad,N5110 &lcd);
void check_boom_left_collision(Gamepad &pad,N5110 &lcd);
+ void check_bigboom_collision(Gamepad &pad,N5110 &lcd);
+
void check_bigboom_pos(Gamepad &pad);
-
void check_money_pos(Gamepad &pad);
void check_rect_pos(Gamepad &pad);
void check_boom_pos(Gamepad &pad);