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: Explosion/Explosion.h
- Revision:
- 26:1a7056eb3253
- Parent:
- 25:70b55f5bfc87
- Child:
- 27:8bb2bd97c319
--- a/Explosion/Explosion.h Tue May 12 23:08:08 2020 +0000 +++ b/Explosion/Explosion.h Wed May 13 12:02:51 2020 +0000 @@ -13,6 +13,7 @@ @date May 2020 */ +// struct to draw explosion animation struct Animation{ bool draw_circle_one; bool draw_circle_two; @@ -36,7 +37,6 @@ * @param lcd @details : N5110 object */ void draw_explosion(N5110 &lcd); - // Accessors and mutators --------------------------------------------------