/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkOTTable_head_DEFINED #define SkOTTable_head_DEFINED #include "src/base/SkEndian.h" #include "src/sfnt/SkOTTableTypes.h" #pragma pack(push, 1) struct SkOTTableHead { … }; #pragma pack(pop) #include <stddef.h> static_assert …; static_assert …; #endif