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

8 lines
229 B
C++

#ifndef CONSTRAINT_SOLVERS_BOX_STACKS_DEMO_H
#define CONSTRAINT_SOLVERS_BOX_STACKS_DEMO_H
class CommonExampleInterface* BoxStacksCreateFunc(struct CommonExampleOptions& options);
#endif // CONSTRAINT_SOLVERS_BOX_STACKS_DEMO_H