mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 15:06:26 +00:00
18 lines
292 B
C
18 lines
292 B
C
#ifndef PHYSICS_CLIENT_SHARED_MEMORY_H
|
|
#define PHYSICS_CLIENT_SHARED_MEMORY_H
|
|
|
|
#include "PhysicsClientC_API.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
B3_SHARED_API b3PhysicsClientHandle b3ConnectSharedMemory(int key);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //PHYSICS_CLIENT_SHARED_MEMORY_H
|