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