8 lines
220 B
C++
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
|