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
Fork of el17zl by
Diff: PushingEngine/PushingEngine.h
- Revision:
- 7:6f8aeadc4370
- Parent:
- 6:6b083e22cb53
- Child:
- 8:83891ea9a5d9
--- a/PushingEngine/PushingEngine.h Thu Apr 11 13:42:34 2019 +0000 +++ b/PushingEngine/PushingEngine.h Thu Apr 11 14:14:28 2019 +0000 @@ -28,7 +28,7 @@ void check_ppl_box2_touching(Gamepad &pad); void hold_ppl_box1_wall(Gamepad &pad); void hold_ppl_box2_wall(Gamepad &pad); - void ppl_box_cover(Gamepad &pad); + bool ppl_cover_box(Gamepad &pad); Box _b1; @@ -57,7 +57,6 @@ int _s; //ppl with b1 int _r; //ppl with b2 int _temp; - int _t; };