8 lines
223 B
C++
8 lines
223 B
C++
#ifndef IMPORT_OBJ_EXAMPLE_H
|
|
#define IMPORT_OBJ_EXAMPLE_H
|
|
|
|
class CommonExampleInterface* ImportObjCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
|
|
#endif //IMPORT_OBJ_EXAMPLE_H
|