Delete all Trailing spaces in code.
[reactos.git] / rosapps / smartpdf / fitz / include / fitz-world.h
1 /*
2 * The World -- fitz resources and trees
3 */
4
5 #ifdef _FITZ_WORLD_H_
6 #error "fitz-world.h must only be included once"
7 #endif
8 #define _FITZ_WORLD_H_
9
10 #ifndef _FITZ_BASE_H_
11 #error "fitz-base.h must be included before fitz-world.h"
12 #endif
13
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
18 #include "fitz/wld_font.h"
19 #include "fitz/wld_color.h"
20 #include "fitz/wld_image.h"
21 #include "fitz/wld_shade.h"
22 #include "fitz/wld_tree.h"
23 #include "fitz/wld_path.h"
24 #include "fitz/wld_text.h"
25
26 #ifdef __cplusplus
27 }
28 #endif