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 FXOS8700CQ mbed-rtos
Diff: Game_one/Game_one.h
- Revision:
- 29:75a05e9f0e8d
- Parent:
- 25:31111e6e13ad
- Child:
- 30:0ff3bede5307
--- a/Game_one/Game_one.h Mon May 06 02:42:34 2019 +0000
+++ b/Game_one/Game_one.h Mon May 06 20:35:37 2019 +0000
@@ -82,26 +82,12 @@
void intro(Gamepad &pad, N5110 &lcd);
/**
- * @brief Set count
- * @param count (int)
- * @details The private function set the value for private member _count
- */
- void set_count(int count);
-
- /**
* @brief Update parameter alt
* @return current value of alt (int)
* @details The function flips the value of alt to draw the alternative sprite of character to create a running animation
*/
int update_alt();
- /**
- * @brief Set parameter _alt
- * @param alt (int)
- * @details The function sets the value for private memeber _alt
- */
- void set_alt(int alt);
-
private:
/**