From 66f499d9516f60a650a114a865687f4eb9ffaadd Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 23 Jul 2009 14:58:51 +0000 Subject: some missing freetype functions added to headers git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1859 b956fd51-792f-4845-bead-9b4dfca2ff2c --- unicode/src/lib/freetype/fttypes.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'unicode/src/lib/freetype/fttypes.inc') diff --git a/unicode/src/lib/freetype/fttypes.inc b/unicode/src/lib/freetype/fttypes.inc index c77dd1e8..a64432e6 100644 --- a/unicode/src/lib/freetype/fttypes.inc +++ b/unicode/src/lib/freetype/fttypes.inc @@ -86,7 +86,13 @@ (* values 1 and 0 represent true and false, respectively. *) (* *) FT_Bool = cuchar; - +{$ENDIF TYPE_DECL} +{$IFNDEF TYPE_DECL} +const + FT_FALSE = 0; + FT_TRUE = 1; +{$ENDIF !TYPE_DECL} +{$IFDEF TYPE_DECL} (*************************************************************************) (* *) @@ -123,6 +129,8 @@ FT_Short = csshort; PFT_Short = ^FT_Short; + PFT_ShortArray = ^FT_ShortArray; + FT_ShortArray = array[0 .. (MaxInt div SizeOf(FT_Short))-1] of FT_Short; (*************************************************************************) (* *) -- cgit v1.2.3