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: GameEngine/GameEngine.h
- Revision:
- 8:13cef7cb872e
- Parent:
- 7:06c86ec1f19d
- Child:
- 9:e70179ff61c5
--- a/GameEngine/GameEngine.h Tue Apr 24 10:17:39 2018 +0000 +++ b/GameEngine/GameEngine.h Tue Apr 24 11:17:43 2018 +0000 @@ -25,7 +25,9 @@ private: Rocket _rocket; - Asteroid _asteroid; + Asteroid _asteroid1; + Asteroid _asteroid2; + Asteroid _asteroid3; Direction _d; float _mag; void check_goal(Gamepad &pad);