add example to import and export a binary .bullet file

This commit is contained in:
Erwin Coumans
2015-04-30 14:03:50 -07:00
parent 9d3f8803b8
commit c95fe654ad
5 changed files with 116 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#ifndef SERIALIZE_SETUP_H
#define SERIALIZE_SETUP_H
class CommonExampleInterface* SerializeBulletCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif //SERIALIZE_SETUP_H