mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 12:46:03 +03:00
8 lines
232 B
C++
8 lines
232 B
C++
|
|
#ifndef MULTI_BODY_CONSTRAINT_SOLVERS_DEMO_H
|
|
#define MULTI_BODY_CONSTRAINT_SOLVERS_DEMO_H
|
|
|
|
class CommonExampleInterface* SerialChainsCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //MULTI_BODY_CONSTRAINT_SOLVERS_DEMO_H
|