mirror of https://github.com/CGAL/cgal
31 lines
1007 B
C
31 lines
1007 B
C
// Copyright (c) 1997
|
|
// Utrecht University (The Netherlands),
|
|
// ETH Zurich (Switzerland),
|
|
// INRIA Sophia-Antipolis (France),
|
|
// Max-Planck-Institute Saarbruecken (Germany),
|
|
// and Tel-Aviv University (Israel). All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s) : Andreas Fabri
|
|
// Lutz Kettner <kettner@inf.ethz.ch>
|
|
// Herve Bronnimann <Herve.Bronnimann@sophia.inria.fr>
|
|
// Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>
|
|
|
|
#ifndef CGAL_IO_INVENTOR_OSTREAM_H
|
|
#define CGAL_IO_INVENTOR_OSTREAM_H
|
|
|
|
#include <CGAL/disable_warnings.h>
|
|
|
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/Inventor_ostream.h>"
|
|
#define CGAL_REPLACEMENT_HEADER "<CGAL/IO/VRML/Inventor_ostream.h>"
|
|
#include <CGAL/internal/deprecation_warning.h>
|
|
#include <CGAL/IO/VRML/Inventor_ostream.h>
|
|
#include <CGAL/enable_warnings.h>
|
|
|
|
#endif // CGAL_INVENTOR_TETRAHEDRON_3
|