Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

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 --------------------------------------------------