mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-01 01:34:31 +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
|