Dependencies:   mbed

Revision:
3:4494e6928194
Parent:
2:823dea76ff2e
Child:
4:a9d5fca3b7ba
--- a/StartMenu/StartMenu.h	Sat May 16 13:06:29 2020 +0000
+++ b/StartMenu/StartMenu.h	Sat May 16 15:51:02 2020 +0000
@@ -5,7 +5,7 @@
 #include "N5110.h"
 #include "Gamepad.h"
 #include "Ball.h"
-#include "PongEngine.h"
+#include "ImpossEngine.h"
 
 /** Ball Class
 @author Dr Craig A. Evans, University of Leeds
@@ -16,15 +16,16 @@
 {
 
 public:
-    StartMenu);
+    StartMenu();
     ~StartMenu();
     void draw(N5110 &lcd);
-    void complete();
+    void complete(Gamepad &pad,N5110 &lcd,int level);
     /// accessors and mutators
     
 private:
 
     int ball_x_pos;
     int ball_y_pos;
+    
 };
 #endif
\ No newline at end of file