bullet3/examples/SharedMemory/PhysicsClientExample.h
2015-07-14 15:30:17 -07:00

7 lines
197 B
C++

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