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.
Fork of fy15raf by
Diff: Asteroids/Asteroid.h
- Revision:
- 17:d7eea81e7222
- Parent:
- 16:106c27d03402
--- a/Asteroids/Asteroid.h Mon May 07 18:27:42 2018 +0000 +++ b/Asteroids/Asteroid.h Tue May 08 08:24:22 2018 +0000 @@ -23,8 +23,8 @@ /** Destructor */ ~Asteroid(); - /** Initialise the Asteroid position, - * speed and size. + /** Initialise the Asteroid position, and size. + * @param speed value (float). */ void init(float speed);