#ifndef IMPORT_OBJ_EXAMPLE_H #define IMPORT_OBJ_EXAMPLE_H struct ExampleInterface* ImportObjCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option); #endif //IMPORT_OBJ_EXAMPLE_H