]> git.saurik.com Git - apple/icu.git/blame_incremental - icuSources/layout/MorphStateTables.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / layout / MorphStateTables.h
... / ...
CommitLineData
1/*
2 *
3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
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
27U_NAMESPACE_END
28#endif