mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 03:32:03 +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
|