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
Fork of el17ajf by
Diff: Game/Game.h
- Revision:
- 4:aa433f9865a6
- Parent:
- 3:a1b058ff66c2
- Child:
- 5:3efbdcb3efaf
--- a/Game/Game.h Tue Mar 12 16:37:43 2019 +0000 +++ b/Game/Game.h Tue Mar 12 20:03:31 2019 +0000 @@ -11,7 +11,8 @@ void nextLevel(); private: void startLevel(int level); - Grid * g; + Grid grid; + Tetromino currentTetromino; } #endif \ No newline at end of file