mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
7 lines
209 B
C++
7 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
|
|
|