blob: c67eaf2ae3f18e70407fc893d590a3b50e50a93c [file] [log] [blame]
// Copyright 2021 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef CORE_FXCRT_FX_CODEPAGE_FORWARD_H_
#define CORE_FXCRT_FX_CODEPAGE_FORWARD_H_
#include <stdint.h>
// Incomplete definitions of large enumerated type for headers that don't
// need the specifics.
enum class FX_Charset : uint8_t;
enum class FX_CodePage : uint16_t;
#endif // CORE_FXCRT_FX_CODEPAGE_FORWARD_H_