7 lines
216 B
C++
7 lines
216 B
C++
#ifndef IMPORT_STL_SETUP_H
|
|
#define IMPORT_STL_SETUP_H
|
|
|
|
class CommonExampleInterface* ImportSTLCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
#endif //IMPORT_OBJ_SETUP_H
|