ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Revision:
16:64cd7bc094f9
Parent:
15:8fbbdefbe720
Child:
18:8256546a3cbf
--- a/Game/Game.h	Sun Mar 31 14:56:55 2019 +0000
+++ b/Game/Game.h	Sun Mar 31 18:05:01 2019 +0000
@@ -4,7 +4,10 @@
 #include "Face.h"
 #endif
 #include "Rasturizer.h"
+#ifndef CUBE_H
+#define CUBE_H
 #include "Cube.h"
+#endif
 #include "Gamepad.h"
 #include "mbed.h"
 
@@ -17,7 +20,8 @@
     Rasturizer renderer;
     std::vector<Cube> cubeVector;
     std::vector<Face> faceVector;
-
+    void deathScreen();
+    bool selection;
   public:
    Game();
    void run();