mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 12:05:57 +03:00
7 lines
206 B
C++
7 lines
206 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
|