Meteor defense project

Dependencies:   N5110 mbed

Revision:
41:1b396334256b
Parent:
40:3a0c66a0e10e
Child:
43:acbed608a8df
--- a/GameEngine/GameEngine.h	Sat Apr 29 19:27:20 2017 +0000
+++ b/GameEngine/GameEngine.h	Sun Apr 30 21:53:28 2017 +0000
@@ -69,6 +69,12 @@
     */
     void update_RetryToMain();
     
+    /**Reset the game
+    *
+    *Only thing requires reset is the array and weapon's variables
+    */
+    void reset_Game();
+    
     int doneUpgrade_flag;
     int retry_flag;
     int gameMenu_flag;