mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +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
|
||
|
|
|