Files
bullet3/examples/Importers/ImportBullet/SerializeSetup.h
2015-04-30 14:03:50 -07:00

8 lines
220 B
C++

#ifndef SERIALIZE_SETUP_H
#define SERIALIZE_SETUP_H
class CommonExampleInterface* SerializeBulletCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif //SERIALIZE_SETUP_H