summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h
blob: 57a95ae758309ed00f0e1e22361a3a1dd83c0cbd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CARYLL_INCLUDE_TABLE_TSI5_H
#define CARYLL_INCLUDE_TABLE_TSI5_H

#include "table-common.h"
#include "otl/classdef.h"

// A TSI5 table is simply an OTL Class definition.
typedef otl_ClassDef table_TSI5;

#endif