add example to import and export a binary .bullet file
This commit is contained in:
7
examples/Importers/ImportBullet/SerializeSetup.h
Normal file
7
examples/Importers/ImportBullet/SerializeSetup.h
Normal 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
|
||||
Reference in New Issue
Block a user