AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
23:eb5a5da6e83f
Parent:
16:e8e96bf22df1
Child:
24:f0989eca7469
--- a/objectives/Objective.cpp	Sun May 24 19:31:24 2015 +0000
+++ b/objectives/Objective.cpp	Sun May 24 20:36:19 2015 +0000
@@ -1,6 +1,7 @@
 
 #include "Objective.h"
 
+
 Objective::Objective(Game* game){
     this->game = game;
     Board* board = game->getBoard();