Library to control the Tetris game area

Dependents:   Tetris_Game

Revision:
0:5cfe6c525e0a
Child:
1:32aa5cd552cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tetris.h	Sun Mar 27 13:10:44 2016 +0000
@@ -0,0 +1,31 @@
+/*Tetris
+
+Library which contains the functions for the game tetris to run on a Nokia N5110 screen
+
+V 1.0 - initial release
+
+Joseph Allison March 2016
+
+#ifndef TMP102_H
+#define TMP102_H
+
+*/
+
+#ifndef Tetris_H //header guards to stop the library from being included more than once
+#define Tetris_H
+
+#include "mbed.h"
+
+class Tetris{
+    
+    public: 
+    
+    private:
+    
+    public:
+    
+    private:
+    
+    }
+
+#endif
\ No newline at end of file