Files
bullet3/examples/Experiments/ImplicitCloth/ImplicitClothExample.h
2015-04-30 13:36:39 -07:00

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