8 lines
244 B
C++
8 lines
244 B
C++
|
|
#ifndef CONSTRAINT_SOLVERS_BOX_STACKS_MLCP_DEMO_H
|
|
#define CONSTRAINT_SOLVERS_BOX_STACKS_MLCP_DEMO_H
|
|
|
|
class CommonExampleInterface* BoxStacks_MLCPCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif // CONSTRAINT_SOLVERS_BOX_STACKS_DEMO_H
|