Tetris game on mikroTFT touchscreen and LPC1768

Dependencies:   Tetris

Dependents:   Tetris

Revision:
1:b4aa36ae11ac
Parent:
0:645509d95b8d
Child:
2:6b6986c3d2bd
--- a/Block.h	Mon Feb 20 14:14:30 2017 +0000
+++ b/Block.h	Sat Feb 25 23:52:28 2017 +0000
@@ -13,6 +13,10 @@
         void rotateLeft();
         void rotateRight();
         bool CheckBottom();
+        bool CheckLeft();
+        bool CheckRight();
+        void moveLeft();
+        void moveRight();
 };
     
 #endif
\ No newline at end of file