summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h
new file mode 100644
index 00000000000..57a95ae7583
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/TSI5.h
@@ -0,0 +1,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