ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
23:240bc00ef25b
Parent:
21:0eb394495b8a
Child:
24:0570cb4b92d7
--- a/Models/models.h	Wed Mar 27 16:35:52 2019 +0000
+++ b/Models/models.h	Sun Mar 31 01:04:59 2019 +0000
@@ -21,8 +21,8 @@
 extern const int introLineTwo [330];
 extern const int introLineThree [1482];
 
-extern const int gameOver [406];
-extern const int youDied [336];
+extern const int gameOverSprite [406];
+extern const int youDiedSprite [336];
 
 struct Sprite {
     Sprite(int _width, int _height, const int* _data) : width(_width), height(_height), data(_data) {}
@@ -34,5 +34,7 @@
 extern const Sprite enemy_sprite;
 extern const Sprite enemy_half_exploded_sprite;
 extern const Sprite enemy_exploded_sprite;
+extern const Sprite small_star_sprite;
+extern const Sprite medium_star_sprite;
 
 #endif
\ No newline at end of file