Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Revision:
54:a4c5949707ca
Parent:
53:71f59e195f06
Child:
55:e0e684531825
--- a/SETUP.hpp	Mon May 07 15:44:34 2018 +0000
+++ b/SETUP.hpp	Wed May 16 19:57:52 2018 +0000
@@ -60,4 +60,15 @@
 static SIDE SIDE5();
 static SIDE SIDE6();
 
+static Colours CubeMap[6][3][3];//The colours of each section on the cube map
+/*
+1 White
+2 Red
+3 Orange
+4 Blue
+5 Green
+6 Yellow
+These are the faces of the cube then there are the 3x3 cubelets within each face
+*/
+
 #endif 
\ No newline at end of file