libopenraw
libopenraw.h
1 /*
2  * libopenraw - libopenraw.h
3  *
4  * Copyright (C) 2005-2008 Hubert Figuiere
5  *
6  * This library is free software: you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public License
8  * as published by the Free Software Foundation, either version 3 of
9  * the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library. If not, see
18  * <http://www.gnu.org/licenses/>.
19  */
25 #ifndef __LIBOPENRAW_H__
26 #define __LIBOPENRAW_H__
27 
28 #include <libopenraw/types.h>
29 #include <libopenraw/consts.h>
30 #include <libopenraw/io.h>
31 #include <libopenraw/thumbnails.h>
32 #include <libopenraw/rawdata.h>
33 #include <libopenraw/bitmapdata.h>
34 #include <libopenraw/rawfile.h>
35 #include <libopenraw/debug.h>
36 #include <libopenraw/demosaic.h>
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 #endif