#ifndef SLIC3R_HPP
#define SLIC3R_HPP
namespace Slic3r::CLI
{
int run(int argc, char **argv);
}
#endif