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:
- 27:e46af658c67a
- Parent:
- 26:8a85aede976d
- Child:
- 28:f8ff7c8c1627
--- a/Game/Game.h Thu Apr 04 19:03:06 2019 +0000
+++ b/Game/Game.h Thu Apr 04 20:13:39 2019 +0000
@@ -37,6 +37,7 @@
bool playing;
int score;
bool selectDisable;
+ int help;
Vector2D coord;
Cube cubeArray[25];
Face faceArray[150];
@@ -91,6 +92,8 @@
void processInput();
void play();
+ void helpScreen();
+ void checkNextHelpScreen();
public:
Game();
void run();