2015-04-30 20:36:39 +00:00
|
|
|
#ifndef IMPLICIT_CLOTH_EXAMPLE_H
|
|
|
|
#define IMPLICIT_CLOTH_EXAMPLE_H
|
|
|
|
|
2015-05-01 18:42:14 +00:00
|
|
|
class CommonExampleInterface* ImplicitClothCreateFunc(struct CommonExampleOptions& options);
|
2015-04-30 20:36:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif //IMPLICIT_CLOTH_EXAMPLE_H
|
|
|
|
|