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
Models/models.h
- Committer:
- Noximilien
- Date:
- 2019-03-21
- Revision:
- 19:b78fa41d04a9
- Parent:
- 15:0145c5f0bea1
- Child:
- 21:0eb394495b8a
File content as of revision 19:b78fa41d04a9:
#ifndef MODELS_H #define MODELS_H //#include "main.h" 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]; 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]; extern const int enemyExploded [77]; extern const int introLineOne [893]; extern const int introLineOneStars [156]; extern const int introLineTwoShips [460]; extern const int introLineTwo [330]; extern const int introLineThree [1482]; extern const int gameOver [406]; extern const int youDied [336]; #endif