Files
core/PdfReader/lib/xpdf/PDFDocEncoding.h
Oleg.Korshul 3fb32cc029 first commit
2021-06-15 10:21:19 +03:00

17 lines
339 B
C

//========================================================================
//
// PDFDocEncoding.h
//
// Copyright 2002-2003 Glyph & Cog, LLC
//
//========================================================================
#ifndef PDFDOCENCODING_H
#define PDFDOCENCODING_H
#include "CharTypes.h"
extern Unicode pdfDocEncoding[256];
#endif