Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
11:cf2ba52e8b7e
Parent:
10:f02413ae09fe
Child:
12:bfe3a3deaac3
--- a/game/game.h	Tue Mar 12 20:41:22 2019 +0000
+++ b/game/game.h	Tue Mar 12 21:46:10 2019 +0000
@@ -9,8 +9,11 @@
     void shipMovment();
     void updateAndDrawBlasts();
     void fireNewBlast();
-    void newStarFlies();
-    void updateAndDrawStars();
+    void newSmallStarFlies();
+    void updateAndDrawSmallStars();
+    
+    void newMediumStarFlies();
+    void updateAndDrawMediumStars();
 };