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.
Dependencies: mbed
Diff: Gameengine/Gameengine.h
- Revision:
- 47:3425159c0211
- Parent:
- 46:de3462ad5aef
- Child:
- 48:bd1f31fbfee3
--- a/Gameengine/Gameengine.h Wed Apr 24 14:24:56 2019 +0000
+++ b/Gameengine/Gameengine.h Wed Apr 24 14:27:00 2019 +0000
@@ -25,12 +25,9 @@
~Gameengine();
/**
* @brief Initialises all default game settings.
- * @details Sets player starting position, number of lives, level start and timer.
*/
void game_init();
- /**
- * @brief updates all game game settings.
- * @details Contains all functions that .
+ /** updates all game game settings.
*/
void update(N5110 &lcd, Gamepad &pad);
/**