Files
bullet3/examples/BlockSolver/RigidBodyBoxes.h
Chuyuan Fu c44c7f2891 add files
2019-03-25 14:55:02 -07:00

7 lines
212 B
C++

#ifndef BLOCKSOLVER_RIGIDBODYBOXES_H_
#define BLOCKSOLVER_RIGIDBODYBOXES_H_
class CommonExampleInterface* RigidBodyBoxesCreateFunc(struct CommonExampleOptions& options);
#endif //BLOCKSOLVER_RIGIDBODYBOXES_H_