mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
9 lines
240 B
C
9 lines
240 B
C
|
#ifndef IMPLICIT_CLOTH_EXAMPLE_H
|
||
|
#define IMPLICIT_CLOTH_EXAMPLE_H
|
||
|
|
||
|
class CommonExampleInterface* ImplicitClothCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
||
|
|
||
|
|
||
|
#endif //IMPLICIT_CLOTH_EXAMPLE_H
|
||
|
|