more TCP remote fixes

This commit is contained in:
Erwin Coumans
2020-03-20 21:12:45 -07:00
parent 1e3bc22483
commit 663c7ddc54
5 changed files with 35 additions and 14 deletions

View File

@@ -314,6 +314,8 @@ B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessPhysicsServerFromExistingEx
return (b3PhysicsClientHandle)cl;
}
#ifdef BT_ENABLE_CLSOCKET
#include "RemoteGUIHelperTCP.h"
B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnectTCP(const char* hostName, int port)
@@ -566,4 +568,4 @@ B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessGraphicsServerAndConnectMai
return (b3PhysicsClientHandle)cl;
}
#endif