Files
QIDISlicer/src/QIDISlicer.hpp
2025-03-22 09:44:19 +08:00

10 lines
109 B
C++

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