Boost GIL


targa.hpp
Go to the documentation of this file.
1 /*
2  Copyright 2010 Kenneth Riddile
3  Use, modification and distribution are subject to the Boost Software License,
4  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5  http://www.boost.org/LICENSE_1_0.txt).
6 */
7 
8 /*************************************************************************************************/
9 
10 #ifndef BOOST_GIL_EXTENSION_IO_TARGA_HPP
11 #define BOOST_GIL_EXTENSION_IO_TARGA_HPP
12 
21 
22 #include <boost/gil/extension/io/targa/read.hpp>
23 #include <boost/gil/extension/io/targa/write.hpp>
24 
25 #endif