mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00: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
|