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:
- 28:35af3843de8f
- Parent:
- 27:f05f4e738ba9
- Child:
- 29:579e00b7f118
--- a/Models/models.h Mon Apr 08 14:41:57 2019 +0000 +++ b/Models/models.h Wed Apr 10 15:42:10 2019 +0000 @@ -1,6 +1,8 @@ #ifndef MODELS_H #define MODELS_H + + extern const int spaceship1_width; extern const int spaceship1_height; extern const int enemy2_height; @@ -9,7 +11,6 @@ extern const int starSmall[9]; extern const int starMedium[25]; extern const int starBig[49]; -extern const int simpleLaserShotDissapear[3]; extern const int enemyShip1 [187]; extern const int enemyShip2 [77]; extern const int enemyHalfExploded [77];