cgal/Stream_support/include/CGAL/IO/File_scanner_OFF.h

30 lines
853 B
C

// Copyright (c) 1997
// Utrecht University (The Netherlands),
// ETH Zurich (Switzerland),
// INRIA Sophia-Antipolis (France),
// Max-Planck-Institute Saarbruecken (Germany),
// and Tel-Aviv University (Israel). All rights reserved.
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
//
// Author(s) : Lutz Kettner <kettner@mpi-sb.mpg.de>
#ifndef CGAL_IO_FILE_SCANNER_OFF_H
#define CGAL_IO_FILE_SCANNER_OFF_H 1
#include <CGAL/disable_warnings.h>
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/File_scanner_OFF.h>"
#define CGAL_REPLACEMENT_HEADER "<CGAL/IO/OFF/File_scanner_OFF.h>"
#include <CGAL/internal/deprecation_warning.h>
#include <CGAL/IO/OFF/File_scanner_OFF.h>
#include <CGAL/enable_warnings.h>
#endif // CGAL_IO_FILE_SCANNER_OFF_H //
// EOF //