mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-22 13:44:44 +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
|