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.
Fork of Tetris by
Diff: Tetris/playGround.h
- Revision:
- 6:d2aa47c92687
- Parent:
- 5:5ce8976cd303
- Child:
- 7:0e426e81c566
diff -r 5ce8976cd303 -r d2aa47c92687 Tetris/playGround.h --- a/Tetris/playGround.h Sat Mar 18 22:30:32 2017 +0000 +++ b/Tetris/playGround.h Sat Mar 18 23:53:12 2017 +0000 @@ -2,6 +2,7 @@ #include "RA8875.h" #include "Block.h" #include "Define.h" +#include "Field.h" void TFTInit(); void ReInitGame();