mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00

Change-Id: I1658308f9d9529c969f7067d053f16f779f8b6a6 (cherry picked from commit bfcb05e24ef5224cabc42772e94cc0cbed3de412)
7 lines
146 B
C++
7 lines
146 B
C++
#pragma once
|
|
namespace Slic3r {
|
|
class Model;
|
|
|
|
extern bool load_svg(const char *path, Model *model, std::string &message);
|
|
|
|
}; // namespace Slic3r
|