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: DodgeEngine/DodgeEngine.h
- Revision:
- 16:f1b5ea92facd
- Parent:
- 15:807eba7c7811
--- a/DodgeEngine/DodgeEngine.h Tue May 07 18:01:54 2019 +0000
+++ b/DodgeEngine/DodgeEngine.h Tue May 07 18:08:58 2019 +0000
@@ -56,10 +56,15 @@
/**
This method will be used to return the value of lose when called
- void time(float time);
*/
int get_lose();
+ /**
+ This method will be used to store the time value to a local variable.
+ @param time fetched from main.
+ */
+ void time(float time);
+
private:
// Methods