AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
5:be598835bab0
Child:
13:ece97a1108cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/games/DummyGame.h	Sat Dec 13 12:24:37 2014 +0000
@@ -0,0 +1,13 @@
+#ifndef DUMMYGAME_H
+#define DUMMYGAME_H
+
+#include "Game.h"
+
+class DummyGame : public Game{
+    public:
+    DummyGame(Board* board);
+    virtual void run();
+};
+
+
+#endif
\ No newline at end of file