Files
bullet3/examples/ConstraintSolvers/Grasp_Block.h
2019-02-26 23:27:05 -08:00

8 lines
234 B
C++

#ifndef CONSTRAINT_SOLVERS_GRASP_BLOCK_DEMO_H
#define CONSTRAINT_SOLVERS_GRASP_BLOCK_DEMO_H
class CommonExampleInterface* Grasp_BlockCreateFunc(struct CommonExampleOptions& options);
#endif // CONSTRAINT_SOLVERS_GRASP_BLOCK_DEMO_H