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,8 @@
#ifndef MULTI_DOF_DEMO_H
#define MULTI_DOF_DEMO_H
class ExampleInterface* MultiDofCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif //MULTI_DOF_DEMO_H