mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 15:16:15 +03:00
7 lines
174 B
C++
7 lines
174 B
C++
#ifndef IMPORT_SDF_SETUP_H
|
|
#define IMPORT_SDF_SETUP_H
|
|
|
|
class CommonExampleInterface* ImportSDFCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //IMPORT_SDF_SETUP_H
|