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: BreakoutEngine/BreakoutEngine.h
- Revision:
- 131:c227bbfb38b0
- Parent:
- 130:46f3fac2bdf9
- Child:
- 135:888ae932cd70
--- a/BreakoutEngine/BreakoutEngine.h Wed May 08 23:35:45 2019 +0000
+++ b/BreakoutEngine/BreakoutEngine.h Thu May 09 07:32:56 2019 +0000
@@ -63,7 +63,7 @@
*/
void lives_leds(Gamepad &pad);
- /** Sets the member variable _prev_score to current score
+ /** Sets the variable _prev_score to current score
* @param prev_score @details the new previous score which is the score achieved at victory
*/
void set_prev_score(int prev_score);
@@ -77,7 +77,7 @@
/** Returns the game (and all relevant objects) to initialised state */
void reset_game();
- /** Sets the member variable _number_left to 18 */
+ /** Sets the variable _number_left to 18 */
void reset_num_left();
/** Increment the multiplier if continue is selected upon victory */
@@ -114,7 +114,7 @@
int get_prev_score();
/** Returns the number of lives remaining
- * @return returns the paddle member variable _lives
+ * @return returns the paddle variable _lives
*/
int get_lives();