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