home › Forums › # Technical Support › Importing controllers to C++ › Reply To: Importing controllers to C++
October 1, 2016 at 11:26
#2254
Keymaster
Hi,
thanks for your post.
you can use
#include <"fl/imex/FclImporter.h">
#include <"fl/imex/FisImporter.h">
Engine* flcEngine = FclImporter().fromFile("path/to/your/file.fcl");
Engine* fisEngine = FisImporter().fromFile("path/to/your/file.fis");