Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
24:0570cb4b92d7
Parent:
23:240bc00ef25b
Child:
25:749f1efc31fc
--- a/Models/models.h	Sun Mar 31 01:04:59 2019 +0000
+++ b/Models/models.h	Tue Apr 02 15:38:40 2019 +0000
@@ -24,6 +24,9 @@
 extern const int gameOverSprite [406];
 extern const int youDiedSprite [336];
 
+extern const int tutorialArrowRight[70];
+extern const int tutorialArrowLeft[70];
+
 struct Sprite {
     Sprite(int _width, int _height, const int* _data) : width(_width), height(_height), data(_data) {}
     int width;