1
0
mirror of https://github.com/Sarsoo/csbindgen.git synced 2025-01-12 22:47:45 +00:00
csbindgen/csbindgen-tests/c/bullet3/PhysicsClientSharedMemory2_C_API.h

18 lines
282 B
C
Raw Permalink Normal View History

2023-02-28 09:13:22 +00:00
#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