2016-05-10 00:25:07 +00:00
|
|
|
#ifndef IMPORT_SDF_SETUP_H
|
|
|
|
#define IMPORT_SDF_SETUP_H
|
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
class CommonExampleInterface* ImportSDFCreateFunc(struct CommonExampleOptions& options);
|
2016-05-10 00:25:07 +00:00
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
#endif //IMPORT_SDF_SETUP_H
|