summaryrefslogtreecommitdiff
path: root/include/fitz-draw.h
blob: ceef524a8f07970c6f6488450173473c78d0af76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Rasterizer
 */

#ifdef _FITZ_DRAW_H_
#error "fitz-draw.h must only be included once"
#endif
#define _FITZ_DRAW_H_

#ifndef _FITZ_BASE_H_
#error "fitz-base.h must be included before fitz-draw.h"
#endif

#ifndef _FITZ_WORLD_H_
#error "fitz-world.h must be included before fitz-draw.h"
#endif

#include "fitz/draw_path.h"
#include "fitz/draw_misc.h"