dust3d/thirdparty/cgal/CGAL-5.1/include/CGAL/Arr_overlay.h

31 lines
892 B
C

// Copyright (c) 2007,2009,2011 Max-Planck-Institute for Computer Science (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
//
// $URL: https://github.com/CGAL/cgal/blob/v5.1/Arrangement_on_surface_2/include/CGAL/Arr_overlay.h $
// $Id: Arr_overlay.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
//
//
// Author(s) : Eric Berberich <eric@mpi-inf.mpg.de>
#ifndef CGAL_ARR_OVERLAY_H
#define CGAL_ARR_OVERLAY_H
#include <CGAL/license/Arrangement_on_surface_2.h>
#define CGAL_DEPRECATED_HEADER "<CGAL/Arr_overlay.h>"
#define CGAL_REPLACEMENT_HEADER "<CGAL/Arr_overlay_2.h>"
#include <CGAL/internal/deprecation_warning.h>
#include <CGAL/Arr_overlay_2.h>
/*! \file
* Helping file to include Arr_overlay_2 for backward compatibility.
*/
#include <CGAL/Arr_overlay_2.h>
#endif