My ELEC2645 joystick project Tetris Game NAME: JIANWEI CHEN SID: 200879849

Dependencies:   N5110 SDFileSystem mbed

Revision:
0:12a1972fa0d0
Child:
4:463abe5f5135
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Patterns.h	Sun Apr 17 12:13:34 2016 +0000
@@ -0,0 +1,13 @@
+#ifndef PATTERNS_H
+#define PATTERNS_H
+class Patterns
+{
+public:
+
+    int getPatterns(int type, int rotation, int y, int x);
+
+private:
+
+};
+
+#endif
\ No newline at end of file