ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Revision:
15:afeefa3ceb61
Parent:
8:5066ce13a430
Child:
18:24ce897024d0
--- a/Tetromino/Tetromino.h	Mon Mar 18 18:26:11 2019 +0000
+++ b/Tetromino/Tetromino.h	Tue Mar 19 10:36:51 2019 +0000
@@ -16,6 +16,7 @@
     Tetromino(); // TODO is this needed
     ~Tetromino();
     Block blocks[4];
+    Tetromino teleportedTo(int x);
     
 private:
     Tetromino translated(int dx, int dy);