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:
- 22:236319885874
- Parent:
- 21:6b5d2d75e083
- Child:
- 25:3995271e411c
diff -r 6b5d2d75e083 -r 236319885874 Game/Game.h
--- a/Game/Game.h	Tue Apr 02 17:40:59 2019 +0000
+++ b/Game/Game.h	Wed Apr 03 15:11:12 2019 +0000
@@ -18,6 +18,7 @@
     bool selection;
     bool playing;
     int score;
+    Vector2D coord;
     Cube cubeArray[30];
     Face faceArray[180];