2015-04-22 20:02:27 +00:00
|
|
|
#ifndef CONSTAINT_PHYSICS_SETUP_H
|
|
|
|
#define CONSTAINT_PHYSICS_SETUP_H
|
|
|
|
|
2015-05-01 18:42:14 +00:00
|
|
|
class CommonExampleInterface* ConstraintCreateFunc(struct CommonExampleOptions& options);
|
2015-04-22 20:02:27 +00:00
|
|
|
|
|
|
|
#endif //CONSTAINT_PHYSICS_SETUP_H
|