Torque3D/Engine/lib/bullet/examples/Experiments/ImplicitCloth/ImplicitClothExample.h
2022-05-13 23:42:41 -04:00

9 lines
200 B
C++

#ifndef IMPLICIT_CLOTH_EXAMPLE_H
#define IMPLICIT_CLOTH_EXAMPLE_H
class CommonExampleInterface* ImplicitClothCreateFunc(struct CommonExampleOptions& options);
#endif //IMPLICIT_CLOTH_EXAMPLE_H