WIP Clients are working properly, servers are not.

This commit is contained in:
Jocke
2016-02-09 11:43:16 +01:00
parent ba9419b342
commit fccd8c64e7
19 changed files with 277 additions and 166 deletions
+4
View File
@@ -26,6 +26,8 @@
// Network
#include <boost/thread.hpp>
#include "Network/Network.h"
// Client
#include "Network/Client.h"
// Hybrid
#include "Network/HybridServer.h"
#include "Network/HybridClient.h"
@@ -68,7 +70,9 @@ private:
// Network methods
void networkFunction();
Network* m_ClientOrServer;
std::unique_ptr<Client> m_Client;
bool m_IsClientOrServer = false;
bool m_IsServer = false;
// Sound
SoundSystem* m_SoundSystem;