mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-16 06:30:05 +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
|
||
|
|