ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Models/models.h

Committer:
Noximilien
Date:
2019-03-11
Revision:
9:5ad5501c702e
Parent:
8:c18c240665aa
Child:
12:bfe3a3deaac3

File content as of revision 9:5ad5501c702e:

#ifndef MODELS_H
#define MODELS_H
//#include "main.h"

extern const int spaceship1_width;
extern const int spaceship1_height;
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];

#endif