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: Life_Powerup/Life_Powerup.h
- Revision:
- 139:cd10ca4fc8ac
- Parent:
- 135:888ae932cd70
- Child:
- 140:d8634e76ecce
diff -r 55c5e7149117 -r cd10ca4fc8ac Life_Powerup/Life_Powerup.h --- 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: