diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-24 06:42:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-24 06:42:52 +0100 |
commit | 4b2218b903da6de40e8a82b9e2a69157d415637c (patch) | |
tree | ca489110e7ee0dad118a8c13244ec3f8ab31492a /include/fitz.h | |
parent | b48de7618e25bc2cef9d9db4f9b49e1d546e438a (diff) | |
download | mupdf-4b2218b903da6de40e8a82b9e2a69157d415637c.tar.xz |
added shade code skeleton
Diffstat (limited to 'include/fitz.h')
-rw-r--r-- | include/fitz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz.h b/include/fitz.h index 2e2c69d1..4aa56011 100644 --- a/include/fitz.h +++ b/include/fitz.h @@ -22,6 +22,7 @@ #include "fitz/pixmap.h" #include "fitz/colorspace.h" #include "fitz/image.h" +#include "fitz/shade.h" #include "fitz/tree.h" #include "fitz/path.h" |