Files
QIDISlicer/src/QIDISlicer.hpp

10 lines
109 B
C++
Raw Normal View History

2023-06-10 10:14:12 +08:00
#ifndef SLIC3R_HPP
#define SLIC3R_HPP
2025-03-22 09:44:19 +08:00
namespace Slic3r::CLI
{
2023-06-10 10:14:12 +08:00
int run(int argc, char **argv);
}
#endif