add B3_SHARED_API to the remaining PhysicsClientC_API APIs

This commit is contained in:
Erwin Coumans
2017-09-21 16:40:19 -07:00
parent 37253443f9
commit b9b1b2dbca
8 changed files with 477 additions and 477 deletions

View File

@@ -7,7 +7,7 @@
//think more about naming. The b3ConnectPhysicsLoopback
b3PhysicsClientHandle b3ConnectPhysicsDirect()
B3_SHARED_API b3PhysicsClientHandle b3ConnectPhysicsDirect()
{
PhysicsServerCommandProcessor* sdk = new PhysicsServerCommandProcessor;