8 lines
229 B
C++
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
|