// Copyright (c) 2014 GeometryFactory (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) : Phlipp Moeller #ifndef CGAL_TOP_LEVEL_SURFACE_MESH_H #define CGAL_TOP_LEVEL_SURFACE_MESH_H #include #include #include #ifdef DOXYGEN_RUNNING namespace CGAL { // fwdS for the public interface template class Surface_mesh; } #endif #endif /* CGAL_TOP_LEVEL_SURFACE_MESH_H */