PhysicsLoopBackC_API.h 325 B

12345678910111213141516171819
  1. #ifndef PHYSICS_LOOPBACK_C_API_H
  2. #define PHYSICS_LOOPBACK_C_API_H
  3. #include "PhysicsClientC_API.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. ///think more about naming. The b3ConnectPhysicsLoopback
  8. b3PhysicsClientHandle b3ConnectPhysicsLoopback(int key);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif //PHYSICS_LOOPBACK_C_API_H