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: Game/Game.cpp
- Revision:
- 13:32d580b3935c
- Parent:
- 12:5549a299d41e
--- a/Game/Game.cpp Mon May 06 14:52:05 2019 +0000 +++ b/Game/Game.cpp Mon May 06 15:07:28 2019 +0000 @@ -103,7 +103,7 @@ /** * @brief Draws the current state on the screen. Should be called every frame. -* @param lcd @details the N5110 lcd object +* @param lcd @details The N5110 lcd object. */ void Game::draw(N5110 &lcd) { @@ -119,8 +119,8 @@ } /** -* @brief Returns if the game has been won -* @returns if the game has been won. +* @brief Returns if the game has been won. +* @returns True if game won. */ bool Game::game_won() {