Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
5:2b9181bc5c89
Parent:
4:02c63aaa2df9
Child:
9:5ad5501c702e
--- a/game/game.h	Sun Mar 03 23:36:34 2019 +0000
+++ b/game/game.h	Mon Mar 04 20:15:55 2019 +0000
@@ -6,6 +6,8 @@
 public:
     bool updateAndDraw();  
 private:
+    void shipMovment();
+    void shipFire();
     
 };