bullet3/examples/SharedMemory/PhysicsClient.h
= 82576d0bee added preliminary shared memory physics client/server
fix a bug in CommonMultiBodyBase: don't use data if it hasn't been allocated
2015-05-28 16:05:24 -07:00

7 lines
155 B
C++

#ifndef PHYSICS_CLIENT_H
#define PHYSICS_CLIENT_H
class CommonExampleInterface* PhysicsClientCreateFunc(struct CommonExampleOptions& options);
#endif