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
Diff: Fire/Fire.h
- Revision:
- 25:aa145767fda5
- Parent:
- 24:c7df5aa476a9
- Child:
- 28:be77ad6c0bda
--- a/Fire/Fire.h Wed Apr 24 17:38:41 2019 +0000 +++ b/Fire/Fire.h Wed Apr 24 17:58:35 2019 +0000 @@ -13,7 +13,7 @@ public: /** Constructor, non user specified.*/ Fire(); - /** Destructor non user specified.*/ + /** Destructor, non user specified.*/ ~Fire(); // Mutators. @@ -25,8 +25,8 @@ * @returns The Fire sprite (an integer array) */ int * get_fire_sprite(); - /** Gets the X coordinate. - * @returns The X coordinate of the Fire + /** Gets the x coordinate. + * @returns The x coordinate of the Fire */ int get_fire_x();