// Copyright (c) 2019 CNRS and LIRIS' Establishments (France). // 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) : Guillaume Damiand // #ifndef CGAL_POLYGONAL_SCHEMA_FWD_H #define CGAL_POLYGONAL_SCHEMA_FWD_H 1 #include #include #include #include namespace CGAL { namespace Surface_mesh_topology { struct Polygonal_schema_min_items; template > class Polygonal_schema_with_combinatorial_map; template > class Polygonal_schema_with_generalized_map; } // Surface_mesh_topology } // CGAL #endif // CGAL_POLYGONAL_SCHEMA_FWD_H