Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
20:557e84189a57
Parent:
19:b78fa41d04a9
Child:
21:0eb394495b8a
--- a/game/game.h	Thu Mar 21 15:12:07 2019 +0000
+++ b/game/game.h	Tue Mar 26 10:52:53 2019 +0000
@@ -1,11 +1,11 @@
 #ifndef GAME_H
 #define GAME_H
 
-
 class Game{
 public:
     bool updateAndDraw();  
     bool checkGameOver();
+    //void gameValuesInit();
 private:
 };