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:
- 16:e0542761fc8c
- Parent:
- 15:4efa04a6a376
- Child:
- 17:74de8c17ddac
--- a/Engine/Engine.h Tue Apr 23 23:14:06 2019 +0000 +++ b/Engine/Engine.h Wed Apr 24 10:33:39 2019 +0000 @@ -18,6 +18,10 @@ void check_floors_collision(); private: + Bullet _b1; + Bullet _b2; + Bullet _b3; + Floors _f; Floors _f1; Floors _f2; @@ -53,6 +57,9 @@ Direction _d; float _mag; - + bool _button_A; + bool _button_B; + bool _button_X; + bool _button_Y; }; #endif \ No newline at end of file