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: lib/GameEngine/GameEngine.h
- Revision:
- 39:1d0584a152a6
- Parent:
- 34:8dbf401b9906
--- a/lib/GameEngine/GameEngine.h Thu May 09 11:03:55 2019 +0000 +++ b/lib/GameEngine/GameEngine.h Thu May 09 11:10:09 2019 +0000 @@ -40,6 +40,7 @@ *@param banana The Banana class is used. *@param dky The Donkey class is used. *@param opt The Options class is used. +*@return None. *@details Runs the main functions of the game in correct order. *@code void GameEngine::gameengine_run(Gamepad &pad, N5110 &lcd, Barrel &barrel, Banana &banana, Donkey &dky, Options &opt) { @@ -73,6 +74,7 @@ *@param lcd The N5110 class is used. *@param banana The Banana class is used. *@param high The HighScores class is used. +*@return None. *@details Prints the gameover screen. Prints various text, including total player score. *@code void GameEngine::gameengine_score(Gamepad &pad, N5110 &lcd, Banana &banana, HighScores &high) {