James Heavey / Mbed 2 deprecated EL17JH

Dependencies:   mbed

Revision:
139:cd10ca4fc8ac
Parent:
135:888ae932cd70
Child:
140:d8634e76ecce
--- a/Life_Powerup/Life_Powerup.h	Thu May 09 10:48:07 2019 +0000
+++ b/Life_Powerup/Life_Powerup.h	Thu May 09 14:26:49 2019 +0000
@@ -7,12 +7,6 @@
 #include "Paddle.h"
 #include "Bitmap.h"
 
-/* Life_Powerup Class
-@author James Heavey, University of Leeds
-@brief Controls the Life_Powerup in the Breakout game
-@date May 2019
-*/
-
 static int powerup_data[] = 
 {
     0, 0, 0, 1, 1, 1, 0, 0, 0, 
@@ -26,6 +20,12 @@
     0, 0, 0, 1, 1, 1, 0, 0, 0
 };
 
+/* Life_Powerup Class
+@author James Heavey, University of Leeds
+@brief Controls the Life_Powerup in the Breakout game
+@date May 2019
+*/
+
 class Life_Powerup
 {
 public: