AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
13:ece97a1108cc
Child:
14:e0bfee0a5e66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/games/GameFactory.h	Sat May 23 17:15:42 2015 +0000
@@ -0,0 +1,14 @@
+#ifndef GAMEFACTORY_H
+#define GAMEFACTORY_H
+
+#include "../board/Board.h"
+#include "Game.h"
+
+class GameFactory{
+    public:
+    static Game* create_game(Board* board, int choice); //factory method
+
+};
+
+
+#endif
\ No newline at end of file