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
Fork of el17dg by
Diff: Models/models.h
- Revision:
- 12:bfe3a3deaac3
- Parent:
- 9:5ad5501c702e
- Child:
- 14:e8de27c4d0d4
--- a/Models/models.h Tue Mar 12 21:46:10 2019 +0000 +++ b/Models/models.h Sun Mar 17 09:44:59 2019 +0000 @@ -4,6 +4,8 @@ extern const int spaceship1_width; extern const int spaceship1_height; +extern const int enemy2_height; +extern const int enemy2_width; extern const int spaceShip1[210]; extern const int starSmall[9]; extern const int starMedium[25]; @@ -11,5 +13,6 @@ extern const int simpleLaserShotDissapear[3]; extern const int enemyShip1 [187]; extern const int enemyShip2 [77]; +extern const int enemyExploded [77]; #endif \ No newline at end of file