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:
- 13:7ad2072d63ac
- Parent:
- 11:7027f69672fc
- Child:
- 17:7acfc8a0c277
--- a/engine/engine.h Mon Apr 23 21:17:53 2018 +0000
+++ b/engine/engine.h Mon Apr 23 21:41:13 2018 +0000
@@ -26,11 +26,13 @@
private:
void engine::check_boom_collision(Gamepad &pad,N5110 &lcd);
+ void engine::check_money_collision(Gamepad &pad,N5110 &lcd);
+
void engine::check_money_pos(Gamepad &pad);
void engine::check_rect_pos(Gamepad &pad);
void engine::check_boom_pos(Gamepad &pad);
- void check_goal(Gamepad &pad, N5110 &lcd);
+
void print_scores(N5110 &lcd);