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.
Fork of fy15raf by
Diff: GameEngine/GameEngine.h
- Revision:
- 7:06c86ec1f19d
- Parent:
- 6:7b733b2a6cf6
- Child:
- 8:13cef7cb872e
--- a/GameEngine/GameEngine.h Fri Apr 20 21:03:05 2018 +0000 +++ b/GameEngine/GameEngine.h Tue Apr 24 10:17:39 2018 +0000 @@ -20,7 +20,8 @@ void draw(N5110 &lcd); void update(Gamepad &pad, N5110 &lcd); void print_scores(N5110 &lcd); - + void print_scores1(N5110 &lcd); + private: Rocket _rocket;