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:
- 11:fba7d54fd36b
- Parent:
- 7:2e37bad816cb
- Child:
- 15:afeefa3ceb61
--- a/Game/Game.h Fri Mar 15 21:16:39 2019 +0000 +++ b/Game/Game.h Sun Mar 17 10:55:11 2019 +0000 @@ -11,13 +11,10 @@ void draw(); private: void moveCurrentTetrominoDown(); - void startLevel(int level); Grid grid; Tetromino::Type nextTetrominoType; Tetromino currentTetromino; void dropCurrentTetromino(); - void nextLevel(); - void over(); }; #endif \ No newline at end of file