Quick first prototype/test to integrate pybullet into Unity,

see readme.txt for details.
This commit is contained in:
erwincoumans
2017-09-20 23:18:18 -07:00
parent ae8f12e8ba
commit 6a7efac4c3
10 changed files with 3324 additions and 76 deletions

View File

@@ -7,7 +7,7 @@
extern "C" {
#endif
b3PhysicsClientHandle b3ConnectSharedMemory(int key);
B3_SHARED_API b3PhysicsClientHandle b3ConnectSharedMemory(int key);
#ifdef __cplusplus
}