add additional demos/examples for MultiBody and Constraints

This commit is contained in:
erwin coumans
2015-04-22 13:02:27 -07:00
parent 13396d32bf
commit f2aef6b73e
9 changed files with 1368 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#ifndef CONSTAINT_PHYSICS_SETUP_H
#define CONSTAINT_PHYSICS_SETUP_H
class ExampleInterface* ConstraintCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif //CONSTAINT_PHYSICS_SETUP_H