chromium/third_party/harfbuzz-ng/src/src/OT/Layout/GSUB/LigatureSet.hh

#ifndef OT_LAYOUT_GSUB_LIGATURESET_HH
#define OT_LAYOUT_GSUB_LIGATURESET_HH

#include "Common.hh"
#include "Ligature.hh"

namespace OT {
namespace Layout {
namespace GSUB_impl {

template <typename Types>
struct LigatureSet
{};

}
}
}

#endif  /* OT_LAYOUT_GSUB_LIGATURESET_HH */