summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h
new file mode 100644
index 00000000000..850204b6d48
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h
@@ -0,0 +1,14 @@
+#ifndef CARYLL_INCLUDE_TABLE_FPGM_PREP_H
+#define CARYLL_INCLUDE_TABLE_FPGM_PREP_H
+
+#include "table-common.h"
+
+typedef struct {
+ sds tag;
+ uint32_t length;
+ OWNING uint8_t *bytes;
+} table_fpgm_prep;
+
+extern caryll_RefElementInterface(table_fpgm_prep) table_iFpgm_prep;
+
+#endif