mirror of https://github.com/CGAL/cgal
21 lines
512 B
C
21 lines
512 B
C
// Copyright (c) 2016 GeometryFactory
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s) : Andreas Fabri and Maxime Gimeno
|
|
|
|
#ifndef CGAL_IO_OBJ_READER_H
|
|
#define CGAL_IO_OBJ_READER_H
|
|
|
|
#define CGAL_DEPRECATED_HEADER "<CGAL/IO/OBJ_reader.h>"
|
|
#define CGAL_REPLACEMENT_HEADER "<CGAL/IO/OBJ.h>"
|
|
#include <CGAL/internal/deprecation_warning.h>
|
|
|
|
#include <CGAL/IO/OBJ/OBJ_reader.h>
|
|
|
|
#endif // CGAL_IO_OBJ_READER_H
|