Merge branch 'GameLogic' of https://github.com/dean11/Danbias into GameLogic
This commit is contained in:
commit
bb8e92ec36
|
@ -57,7 +57,7 @@ int WINAPI WinMain( HINSTANCE hinst, HINSTANCE prevInst, PSTR cmdLine, int cmdSh
|
|||
return cmdShow;
|
||||
}
|
||||
|
||||
serverThread = std::thread(ServerFnc);
|
||||
//serverThread = std::thread(ServerFnc);
|
||||
|
||||
Sleep(200);
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "NetworkAPI_Preprocessor.h"
|
||||
#include "NetworkServerEventStruct.h"
|
||||
#include "NetworkClient.h"
|
||||
#include "Utilities.h"
|
||||
#include "..\Misc\Utilities.h"
|
||||
#include "DynamicArray.h"
|
||||
|
||||
namespace Oyster
|
||||
|
|
Loading…
Reference in New Issue