Some more changes concerning avatars. Directory changes. App data now QApplication independent.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user