mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-19 12:39:46 +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
|