8 lines
219 B
C
8 lines
219 B
C
#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
|