mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 08:30:59 +02:00
15 lines
239 B
C++
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 */
|