// Copyright (c) 2019 CNRS and LIRIS' Establishments (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v5.1/Surface_mesh_topology/include/CGAL/Polygonal_schema_fwd.h $ // $Id: Polygonal_schema_fwd.h 0308d1a 2020-03-27T18:35:15+01:00 Guillaume Damiand // 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