Added missing .h and fixed the boost sleep, it works fine on linux now.
This commit is contained in:
@@ -38,8 +38,9 @@ public:
|
||||
JNetwork();
|
||||
~JNetwork();
|
||||
void Update();
|
||||
void getServerIp(string& aString);
|
||||
|
||||
int connect(string serverIP = "");
|
||||
int connect(const string& serverIP = "");
|
||||
bool isConnected();
|
||||
bool isServer() { return serverIP == ""; };
|
||||
static void ThreadProc(void* param);
|
||||
|
||||
Reference in New Issue
Block a user