12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #ifndef HB_OT_H
- #define HB_OT_H
- #define HB_OT_H_IN
- #include "hb.h"
- #include "hb-ot-font.h"
- #include "hb-ot-layout.h"
- #include "hb-ot-tag.h"
- #include "hb-ot-shape.h"
- HB_BEGIN_DECLS
- HB_END_DECLS
- #undef HB_OT_H_IN
- #endif
|