00001 /* 00002 * @(#)MorphStateTables.h 1.4 00/03/15 00003 * 00004 * (C) Copyright IBM Corp. 1998, 1999, 2000 - All Rights Reserved 00005 * 00006 */ 00007 00008 #ifndef __MORPHSTATETABLES_H 00009 #define __MORPHSTATETABLES_H 00010 00011 #include "LETypes.h" 00012 #include "LayoutTables.h" 00013 #include "MorphTables.h" 00014 #include "StateTables.h" 00015 00016 struct MorphStateTableHeader : MorphSubtableHeader 00017 { 00018 StateTableHeader stHeader; 00019 }; 00020 00021 #endif