Tyler Altenhofen / MVC
Revision:
1:bb1507f0bb64
Child:
2:891b3618be4f
diff -r ded79d89abdf -r bb1507f0bb64 Block.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Block.h	Fri May 01 09:22:50 2015 +0000
@@ -0,0 +1,16 @@
+#ifndef BLOCK
+#define BLOCK
+class Point{
+        
+    int x, y, z;     
+    int size, height;   
+    public :
+    getEuclidPoint
+    void moveUp();
+    void moveDown();
+    void rotateRight();
+    void rotateLeft();
+    void moveIn();
+    void moveOut();
+};
+#endif
\ No newline at end of file