Files
megasource/libs/harfbuzz/src/OT/Layout/GPOS/ChainContextPos.hh
T
Sasha Szpakowski 2d13144fcd add harfbuzz library
2022-12-26 18:53:21 -04:00

15 lines
239 B
C++

#ifndef OT_LAYOUT_GPOS_CHAINCONTEXTPOS_HH
#define OT_LAYOUT_GPOS_CHAINCONTEXTPOS_HH
namespace OT {
namespace Layout {
namespace GPOS_impl {
struct ChainContextPos : ChainContext {};
}
}
}
#endif /* OT_LAYOUT_GPOS_CHAINCONTEXTPOS_HH */