AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
14:e0bfee0a5e66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/objectives/ObjectiveFactory.cpp	Sat May 23 17:48:03 2015 +0000
@@ -0,0 +1,6 @@
+#include "ObjectiveFactory.h"
+#include "WaitForKeyObjective.h"
+
+Objective* ObjectiveFactory::create(Game* game, int choice){
+    return new WaitForKeyObjective(game);
+}
\ No newline at end of file