]> git.saurik.com Git - apple/icu.git/blame - icuSources/layout/MorphStateTables.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / layout / MorphStateTables.h
CommitLineData
b75a7d8f 1/*
b75a7d8f 2 *
51004dcb 3 * (C) Copyright IBM Corp. and others 1998-2013 - All Rights Reserved
b75a7d8f
A
4 *
5 */
6
7#ifndef __MORPHSTATETABLES_H
8#define __MORPHSTATETABLES_H
9
10/**
11 * \file
12 * \internal
13 */
14
15#include "LETypes.h"
16#include "LayoutTables.h"
17#include "MorphTables.h"
18#include "StateTables.h"
19
20U_NAMESPACE_BEGIN
21
22struct MorphStateTableHeader : MorphSubtableHeader
23{
24 StateTableHeader stHeader;
25};
26
51004dcb
A
27struct MorphStateTableHeader2 : MorphSubtableHeader2
28{
29 StateTableHeader2 stHeader;
30};
31
b75a7d8f
A
32U_NAMESPACE_END
33#endif