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: Game/Game.h
- Revision:
- 18:8256546a3cbf
- Parent:
- 16:64cd7bc094f9
- Child:
- 20:3ca430241df0
--- a/Game/Game.h Sun Mar 31 18:10:18 2019 +0000 +++ b/Game/Game.h Sun Mar 31 22:05:54 2019 +0000 @@ -13,6 +13,8 @@ class Game { private: + int homeSelection; + Timer timer; bool playing; int score; Ticker ticker; @@ -21,8 +23,11 @@ std::vector<Cube> cubeVector; std::vector<Face> faceVector; void deathScreen(); + bool deathButtonSelections(); + void homeButtonSelections(); bool selection; public: Game(); void run(); + void homeScreen(); }; \ No newline at end of file