Kern Fowler / Mbed 2 deprecated Donkey_Kong_Game

Dependencies:   mbed

Revision:
39:1d0584a152a6
Parent:
34:8dbf401b9906
diff -r c575e3d6a55e -r 1d0584a152a6 lib/GameEngine/GameEngine.h
--- 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) {