ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
22:4dc3c95f2146
Parent:
21:0eb394495b8a
Child:
23:240bc00ef25b
--- a/game/game.h	Wed Mar 27 00:00:32 2019 +0000
+++ b/game/game.h	Wed Mar 27 16:35:52 2019 +0000
@@ -13,7 +13,7 @@
     void fireNewBlast();
     void collideEnemiesBlastsAndPlayer();
     void updateAndDrawBlasts();
-    void shipMovment();
+    void playerShipMovement();
 
     CircleBounds player_bounds;
     CircleBounds blast_bounds;