diff options
Diffstat (limited to 'kpdf/xpdf/xpdf/PDFDocEncoding.h')
-rw-r--r-- | kpdf/xpdf/xpdf/PDFDocEncoding.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kpdf/xpdf/xpdf/PDFDocEncoding.h b/kpdf/xpdf/xpdf/PDFDocEncoding.h new file mode 100644 index 00000000..3259d3e1 --- /dev/null +++ b/kpdf/xpdf/xpdf/PDFDocEncoding.h @@ -0,0 +1,16 @@ +//======================================================================== +// +// PDFDocEncoding.h +// +// Copyright 2002-2003 Glyph & Cog, LLC +// +//======================================================================== + +#ifndef PDFDOCENCODING_H +#define PDFDOCENCODING_H + +#include "CharTypes.h" + +extern Unicode pdfDocEncoding[256]; + +#endif |