added preliminary shared memory physics client/server
fix a bug in CommonMultiBodyBase: don't use data if it hasn't been allocated
This commit is contained in:
6
examples/SharedMemory/PhysicsClient.h
Normal file
6
examples/SharedMemory/PhysicsClient.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef PHYSICS_CLIENT_H
|
||||
#define PHYSICS_CLIENT_H
|
||||
|
||||
class CommonExampleInterface* PhysicsClientCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user