godot-module-template/engine/thirdparty/harfbuzz/src/OT/Layout/GPOS/ChainContextPos.hh
2025-01-17 16:36:38 +01:00

14 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 */