contains my game for the embedded systems project 2645

Dependencies:   mbed FXOS8700CQQQ

Revision:
29:e660274d8222
Parent:
28:39607fb67e88
Child:
31:4d4a9d78cae5
--- a/GameMenus/Menus.h	Wed Apr 24 10:19:07 2019 +0000
+++ b/GameMenus/Menus.h	Thu Apr 25 10:44:53 2019 +0000
@@ -54,6 +54,10 @@
   */
     Menus();
     /**
+  * @brief default destructor
+  */
+    ~Menus();
+    /**
   * @brief welcome menu method
   * @param pad @details calls the Gamepad object to be passed to the methods called inside this method
   * @param lcd @details calls the lcd object to be passed to the methods called inside this method