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