AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
18:abcebc4d0da0
Parent:
16:e8e96bf22df1
Child:
22:741a6e3a8dd7
--- a/games/Game.h	Sat May 23 20:17:54 2015 +0000
+++ b/games/Game.h	Sat May 23 20:57:45 2015 +0000
@@ -3,7 +3,7 @@
 
 #include "../board/Board.h"
 
-class Game : public ButtonListener{
+class Game /*: public ButtonListener*/{
     public:
     Game(Board* board);
     static const char* NAME;