cgal/Polyhedron/include/CGAL/IO/Polyhedron_VRML_1_ostream.h

22 lines
560 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
#include <CGAL/license/Polyhedron.h>
// VRML_1 derives from inventor_ostream and will use that one
#include <CGAL/IO/Polyhedron_inventor_ostream.h>
#endif // CGAL_IO_POLYHEDRON_VRML_1_OSTREAM_H