add files

This commit is contained in:
Chuyuan Fu
2019-03-25 14:55:02 -07:00
parent 7aba1f9e8a
commit c44c7f2891
2 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef BLOCKSOLVER_RIGIDBODYBOXES_H_
#define BLOCKSOLVER_RIGIDBODYBOXES_H_
class CommonExampleInterface* RigidBodyBoxesCreateFunc(struct CommonExampleOptions& options);
#endif //BLOCKSOLVER_RIGIDBODYBOXES_H_