GL- merge fix
This commit is contained in:
parent
2bb2d0cd56
commit
4167b6a93b
|
@ -57,7 +57,7 @@ int WINAPI WinMain( HINSTANCE hinst, HINSTANCE prevInst, PSTR cmdLine, int cmdSh
|
||||||
return cmdShow;
|
return cmdShow;
|
||||||
}
|
}
|
||||||
|
|
||||||
serverThread = std::thread(ServerFnc);
|
//serverThread = std::thread(ServerFnc);
|
||||||
|
|
||||||
Sleep(200);
|
Sleep(200);
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "NetworkAPI_Preprocessor.h"
|
#include "NetworkAPI_Preprocessor.h"
|
||||||
#include "NetworkServerEventStruct.h"
|
#include "NetworkServerEventStruct.h"
|
||||||
#include "NetworkClient.h"
|
#include "NetworkClient.h"
|
||||||
#include "Utilities.h"
|
#include "..\Misc\Utilities.h"
|
||||||
#include "DynamicArray.h"
|
#include "DynamicArray.h"
|
||||||
|
|
||||||
namespace Oyster
|
namespace Oyster
|
||||||
|
|
Loading…
Reference in New Issue