]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/PDFDocEncoding.h
Import of Xpdf 2.02 for merge
[evince.git] / pdf / xpdf / PDFDocEncoding.h
1 //========================================================================
2 //
3 // PDFDocEncoding.h
4 //
5 // Copyright 2002-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
8
9 #ifndef PDFDOCENCODING_H
10 #define PDFDOCENCODING_H
11
12 #include "CharTypes.h"
13
14 extern Unicode pdfDocEncoding[256];
15
16 #endif