2015-04-16 16:55:32 +00:00
|
|
|
#ifndef IMPORT_STL_SETUP_H
|
|
|
|
#define IMPORT_STL_SETUP_H
|
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
class CommonExampleInterface* ImportSTLCreateFunc(struct CommonExampleOptions& options);
|
2015-04-16 16:55:32 +00:00
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
#endif //IMPORT_OBJ_SETUP_H
|