FINAL PROJECT isn't it

Fork of ELEC351 by Plymouth ELEC351 Group T

Revision:
56:bc5345bc6650
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Moves.hpp	Mon Jul 16 10:51:47 2018 +0000
@@ -0,0 +1,18 @@
+//This is where the algorithms movements will be defined
+#include "ALGORITHM.hpp"
+void White_Cross();
+
+//White Cross funcitons
+void White_Cross_Position();
+void White_Cross_Orientate();
+void White_Centre_Swap();
+
+
+
+void White_Corners();
+// White Corner functions
+void Middle_Layer();
+void Top_Cross();
+void Top_Layer();
+void Corner_Positioning();
+void Edge_Orientation();
\ No newline at end of file