mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-17 09:51:31 +08:00
14 lines
292 B
C++
14 lines
292 B
C++
///|/ Copyright (c) Prusa Research 2021 Enrico Turri @enricoturri1966
|
|
///|/
|
|
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
///|/
|
|
#include "libslic3r/libslic3r.h"
|
|
#include "GUI_Geometry.hpp"
|
|
|
|
namespace Slic3r {
|
|
namespace GUI {
|
|
|
|
|
|
} // namespace Slic3r
|
|
} // namespace GUI
|