--- deliantra/Deliantra-Client/Client.xs 2006/04/12 21:20:42 1.25 +++ deliantra/Deliantra-Client/Client.xs 2006/04/12 23:15:38 1.26 @@ -86,6 +86,12 @@ RETVAL void +glConvolutionParameteri (U32 target, U32 name, I32 value) + +void +glConvolutionFilter2D (U32 target, U32 internalformat, I32 width, I32 height, U32 format, U32 type, char *image) + +void add_font (char *file) CODE: FcConfigAppFontAddFile (0, (const FcChar8 *)file); /* no idea wether this is required */