QTfrontend/game.cpp
changeset 587 74db4115064a
parent 555 0376fdcc6322
child 588 b2e61fc49e5d
--- 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;