ELEC2645 (2018/19) / Mbed 2 deprecated el17dtt

Dependencies:   mbed

Revision:
7:9e9424f5ec4b
Parent:
6:4c55dd4b6d42
Child:
8:b3738229ba85
diff -r 4c55dd4b6d42 -r 9e9424f5ec4b Menu/menu.h
--- a/Menu/menu.h	Fri May 03 19:17:56 2019 +0000
+++ b/Menu/menu.h	Sat May 04 00:11:14 2019 +0000
@@ -19,19 +19,16 @@
     void intro(N5110 &lcd, Gamepad &pad);
     
     // run a short story mode 
-    void story(N5110 &lcd);
+    void story(N5110 &lcd, Gamepad &pad);
+    void actI(N5110 &lcd, Gamepad &pad);
+    void actII(N5110 &lcd, Gamepad &pad);
     
     // start the main menu and display options
-    void startMainMenu(N5110 &lcd);
+    void startMainMenu(N5110 &lcd, Gamepad &pad);
     
     // draw the different sectors of the menu 
-    void drawSelections();
+    void drawSelections(N5110 &lcd, Gamepad &pad);
     
-    // method to draw some of the strings, made on paint
-    void drawLogo(N5110 &lcd, string name);
-    
-    // falling numbers screen flush
-    void numberFall(N5110 &lcd);
     
     // private part of the class definition  
     private: