ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_ll17lrc_v2

Dependencies:   mbed

Revision:
11:7a4abe731f9c
Parent:
10:df6a496270be
Child:
13:fd290d2fd917
--- a/Imposs/ImpossEngine.h	Thu May 21 12:51:46 2020 +0000
+++ b/Imposs/ImpossEngine.h	Mon May 25 16:40:59 2020 +0000
@@ -11,6 +11,7 @@
 #include "Two.h"
 #include "Three.h"
 #include "Four.h"
+#include "Five.h"
 
 
 // gap from edge of screen
@@ -44,6 +45,7 @@
     Two _two;
     Three _three;
     Four _four;
+    Five _five;
     
     int x_pos;
     int y_pos;