Torque3D/Engine/lib/bullet/examples/Experiments/ImplicitCloth/ImplicitClothExample.h
2022-06-27 10:01:08 -04:00

6 lines
196 B
C++

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