mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 06:10:38 +08:00

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