mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 23:40:42 +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
|