ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

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();