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