Add the file

This commit is contained in:
Andreas Fabri 2024-01-18 12:03:20 +00:00
parent db6f210684
commit c21a988f3a
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
// Copyright (c) 2023 GeometryFactory.
// 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) : Ken Arroyo Ohori
#ifndef CGAL_POLYGON_REPAIR_EVEN_ODD_RULE_H
#define CGAL_POLYGON_REPAIR_EVEN_ODD_RULE_H
#include <CGAL/license/Polygon_repair.h>
namespace CGAL {
namespace Polygon_repair {
/*!
\addtogroup PkgPolygonRepairRef
*/
struct Even_odd_rule {};
} // namespace Polygon_repair
} // namespace CGAL
#endif // CGAL_POLYGON_REPAIR_EVEN_ODD_RULE_H