Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
14:7419c680656f
Parent:
13:12276eed13ac
Child:
15:90b6821bcf64
--- a/GameEngine/GameEngine.h	Sun Apr 26 17:08:10 2020 +0000
+++ b/GameEngine/GameEngine.h	Sun Apr 26 20:31:53 2020 +0000
@@ -23,22 +23,16 @@
         /** Destructor */
         ~GameEngine();
         
-        /** Initalises GameEngine 
-        * @param lcd object, map object ,spaceship object, pad objectn, adc object
-        */
+        /** Initalises GameEngine */
         void init();
         
-        /** Main gameplay loop that runs playable part of game
-        * @param lcd object, map object ,spaceship object, potentiometer object, pad object, potentiometer object
-        */
+        /** Main gameplay loop that runs playable part of game */
         void gameplay_loop();
           
     private:
         // Function prototypes -------------------------------------------------
     
-       /** Moves map with spaceship movment
-        * @param spaceship object, gampad object, Direction f
-        */
+       /** Moves map with spaceship movment */
         void map_movement();
     
         // Variables -----------------------------------------------------------