csbindgen/csbindgen-tests/c/bullet3/PhysicsClientSharedMemory2_C_API.h
neuecc 24373460b8 Revert "Revert "to C""
This reverts commit 502bd033e7.
2023-02-28 18:19:16 +09:00

18 lines
282 B
C
Vendored

#ifndef PHYSICS_CLIENT_SHARED_MEMORY2_H
#define PHYSICS_CLIENT_SHARED_MEMORY2_H
#include "PhysicsClientC_API.h"
#ifdef __cplusplus
extern "C"
{
#endif
b3PhysicsClientHandle b3ConnectSharedMemory2(int key);
#ifdef __cplusplus
}
#endif
#endif //PHYSICS_CLIENT_SHARED_MEMORY2_H