mirror of https://github.com/CGAL/cgal
19 lines
499 B
C++
19 lines
499 B
C++
// Copyright (c) 2005-2008 ASCLEPIOS Project, INRIA Sophia-Antipolis (France)
|
|
// All rights reserved.
|
|
//
|
|
// This file is part of the ImageIO Library, and as been adapted for CGAL (www.cgal.org).
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
//
|
|
// Author(s) : ASCLEPIOS Project (INRIA Sophia-Antipolis), Laurent Rineau
|
|
|
|
#ifndef CGAL_HEADER_ONLY
|
|
|
|
#include <CGAL/ImageIO/bmpread.h>
|
|
#include <CGAL/ImageIO/bmpread_impl.h>
|
|
|
|
#endif // CGAL_HEADER_ONLY
|