mirror of https://github.com/CGAL/cgal
18 lines
353 B
C
18 lines
353 B
C
// Copyright (c) 2015 GeometryFactory
|
|
//
|
|
// This file is part of CGAL (www.cgal.org);
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s) : Maxime Gimeno
|
|
|
|
#ifndef CGAL_IO_3MF_H
|
|
#define CGAL_IO_3MF_H
|
|
|
|
#include <CGAL/IO/3MF/read_3mf.h>
|
|
#include <CGAL/IO/3MF/write_3mf.h>
|
|
|
|
#endif // CGAL_IO_3MF_H
|