mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 15:38:43 +03:00
10 lines
109 B
C++
10 lines
109 B
C++
#ifndef SLIC3R_HPP
|
|
#define SLIC3R_HPP
|
|
|
|
namespace Slic3r::CLI
|
|
{
|
|
int run(int argc, char **argv);
|
|
}
|
|
|
|
#endif
|