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

@@ -9,7 +9,7 @@ extern "C" {
///think more about naming. Directly execute commands without transport (no shared memory, UDP, socket, grpc etc)
b3PhysicsClientHandle b3ConnectPhysicsDirect();
B3_SHARED_API b3PhysicsClientHandle b3ConnectPhysicsDirect();
#ifdef __cplusplus