Some more changes concerning avatars. Directory changes. App data now QApplication independent.

This commit is contained in:
lotodore
2007-09-08 20:40:46 +00:00
parent 2780b504b4
commit e76be2a6ff
12 changed files with 122 additions and 79 deletions
+2
View File
@@ -30,6 +30,7 @@ class Game;
class ConfigFile;
class ClientThread;
class ServerAcceptThread;
class AvatarManager;
class Session{
public:
@@ -78,6 +79,7 @@ private:
ClientThread *myNetClient;
ServerAcceptThread *myNetServer;
boost::shared_ptr<AvatarManager> myAvatarManager;
boost::shared_ptr<Game> currentGame;
GuiInterface *myGui;