diff options
Diffstat (limited to 'libfreetype/otlgdef.h')
| -rw-r--r-- | libfreetype/otlgdef.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libfreetype/otlgdef.h b/libfreetype/otlgdef.h new file mode 100644 index 00000000..5046cc43 --- /dev/null +++ b/libfreetype/otlgdef.h @@ -0,0 +1,14 @@ +#ifndef __OTL_GDEF_H__ +#define __OTL_GDEF_H__ + +#include "otltable.h" + +OTL_BEGIN_HEADER + + OTL_API( void ) + otl_gdef_validate( OTL_Bytes table, + OTL_Valid valid ); + +OTL_END_HEADER + +#endif /* __OTL_GDEF_H__ */ |
