1#ifndef OT_LAYOUT_GPOS_EXTENSIONPOS_HH
2#define OT_LAYOUT_GPOS_EXTENSIONPOS_HH
3
4namespace OT {
5namespace Layout {
6namespace GPOS_impl {
7
8struct ExtensionPos : Extension<ExtensionPos>
9{
10 typedef struct PosLookupSubTable SubTable;
11};
12
13}
14}
15}
16
17#endif /* OT_LAYOUT_GPOS_EXTENSIONPOS_HH */
18