Make it compile. Network mode not working currently.

This commit is contained in:
lotodore
2007-08-19 20:58:57 +00:00
parent 260182f570
commit 1d1d6480a9
8 changed files with 19 additions and 16 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ class GuiInterface;
class Game;
class ConfigFile;
class ClientThread;
class ServerThread;
class ServerAcceptThread;
class Session{
public:
@@ -70,7 +70,7 @@ private:
int currentGameID;
ClientThread *myNetClient;
ServerThread *myNetServer;
ServerAcceptThread *myNetServer;
boost::shared_ptr<Game> currentGame;
GuiInterface *myGui;