Tetris game on mikroTFT touchscreen and LPC1768

Dependencies:   Tetris

Dependents:   Tetris

Revision:
1:b4aa36ae11ac
Parent:
0:645509d95b8d
Child:
2:6b6986c3d2bd
--- a/playGround.h	Mon Feb 20 14:14:30 2017 +0000
+++ b/playGround.h	Sat Feb 25 23:52:28 2017 +0000
@@ -3,9 +3,14 @@
 #include "Block.h"
 
 void drawMap();
+void drawMapV2();
 void setColor( int y, int x, int color );
 void TFTInit();
 void drawBlock(Block NewBlock);
 void drawFrame();
 void clrBlock(Block NewBlock);
-void saveToField(Block NewBlock);
\ No newline at end of file
+void saveToField(Block NewBlock);
+int getGesture();
+bool TouchStatus();
+Block doGest(Block NewBlock);
+void gameOver(int score);
\ No newline at end of file