Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: GameEngine/GameEngine.h
- 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 -----------------------------------------------------------