mirror of https://github.com/CGAL/cgal
24 lines
550 B
C++
24 lines
550 B
C++
// Copyright (c) 1997 ETH Zurich (Switzerland).
|
|
// All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org).
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
//
|
|
// Author(s) : Lutz Kettner <kettner@mpi-sb.mpg.de>
|
|
|
|
#ifndef CGAL_IO_POLYHEDRON_VRML_1_OSTREAM_H
|
|
#define CGAL_IO_POLYHEDRON_VRML_1_OSTREAM_H 1
|
|
|
|
#include <CGAL/license/Polyhedron.h>
|
|
|
|
|
|
#include <CGAL/IO/VRML_1_ostream.h>
|
|
#include <CGAL/IO/Polyhedron_inventor_ostream.h>
|
|
|
|
#endif // CGAL_IO_POLYHEDRON_VRML_1_OSTREAM_H //
|
|
// EOF //
|