mirror of https://github.com/CGAL/cgal
21 lines
497 B
C
21 lines
497 B
C
// Copyright (c) 2017 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) : Sebastien Loriot
|
|
|
|
#ifndef CGAL_IO_STL_WRITER_H
|
|
#define CGAL_IO_STL_WRITER_H
|
|
|
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/STL_writer.h>"
|
|
#define CGAL_REPLACEMENT_HEADER "<CGAL/IO/STL.h>"
|
|
#include <CGAL/internal/deprecation_warning.h>
|
|
|
|
#include <CGAL/IO/STL/STL_writer.h>
|
|
|
|
#endif // CGAL_IO_STL_WRITER_H
|