diff -r ecb6347dfeca -r 74db4115064a QTfrontend/game.cpp --- a/QTfrontend/game.cpp Thu Sep 06 18:14:12 2007 +0000 +++ b/QTfrontend/game.cpp Thu Sep 06 19:10:03 2007 +0000 @@ -280,6 +280,11 @@ SetGameState(gsStarted); } +void HWGame::StartTraining() +{ + +} + void HWGame::SetGameState(GameState state) { gameState = state;