Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Block.h
- Revision:
- 1:bb1507f0bb64
- Child:
- 2:891b3618be4f
--- /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