Tetris game on mikroTFT touchscreen and LPC1768

Dependencies:   Tetris

Dependents:   Tetris

Revision:
2:6b6986c3d2bd
Parent:
1:b4aa36ae11ac
Child:
3:36de55e63fdf
--- a/playGround.h	Sat Feb 25 23:52:28 2017 +0000
+++ b/playGround.h	Fri Mar 03 13:19:26 2017 +0000
@@ -13,4 +13,7 @@
 int getGesture();
 bool TouchStatus();
 Block doGest(Block NewBlock);
-void gameOver(int score);
\ No newline at end of file
+void gameOver(int score);
+void drawScore(int score);
+void drawNextBlock(Block NewBlock);
+void clrNextBlock(Block NewBlock);
\ No newline at end of file