mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
7 lines
198 B
C
7 lines
198 B
C
|
|
#ifndef CONSTAINT_PHYSICS_SETUP_H
|
||
|
|
#define CONSTAINT_PHYSICS_SETUP_H
|
||
|
|
|
||
|
|
class CommonExampleInterface* ConstraintCreateFunc(struct CommonExampleOptions& options);
|
||
|
|
|
||
|
|
#endif //CONSTAINT_PHYSICS_SETUP_H
|