exceptions & bugfixes

This commit is contained in:
doitux
2007-09-29 00:08:19 +00:00
parent eec7e6c097
commit fc435f2769
15 changed files with 260 additions and 120 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class Game {
public:
Game(GuiInterface *gui, boost::shared_ptr<EngineFactory> factory,
const PlayerDataList &playerDataList, const GameData gameData,
const PlayerDataList &playerDataList, const GameData &gameData,
const StartData &startData, int gameId);
~Game();