blob: 45cf1894a4bbfc512d4f33c0c42207606d0dba30 [file]
// 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_CharsetFlag : uint32_t;
enum class FX_CodePage : uint16_t;
#endif // CORE_FXCRT_FX_CODEPAGE_FORWARD_H_