mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-17 05:33:47 +00:00
6 lines
198 B
C++
6 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
|