Files
bullet3/examples/SharedMemory/PhysicsServer.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

10 lines
177 B
C++

#ifndef PHYSICS_SERVER_H
#define PHYSICS_SERVER_H
class CommonExampleInterface* PhysicsServerCreateFunc(struct CommonExampleOptions& options);
#endif //PHYSICS_SERVER_H