mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 21:24:46 +00:00
8 lines
209 B
C++
8 lines
209 B
C++
#ifndef MULTI_BODY_SOFT_CONTACT_H
|
|
#define MULTI_BODY_SOFT_CONTACT_H
|
|
|
|
class CommonExampleInterface* MultiBodySoftContactCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //MULTI_BODY_SOFT_CONTACT_H
|
|
|