// Copyright 2014 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 XFA_FXFA_FXFA_BASIC_H_ #define XFA_FXFA_FXFA_BASIC_H_ #include <stdint.h> enum XFA_HashCode : uint32_t { … }; enum class XFA_PacketType : uint8_t { … }; enum class XFA_XDPPACKET { … }; enum class XFA_AttributeValue : uint16_t { … }; enum class XFA_Attribute : int16_t { … }; enum class XFA_Element : int16_t { … }; enum class XFA_AttributeType : uint8_t { … }; enum class XFA_Unit : uint8_t { … }; enum class XFA_ScriptType : uint8_t { … }; #endif // XFA_FXFA_FXFA_BASIC_H_