X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=typemap;h=392972f822bc7e9904736a7e4bfd1f2e813d2af0;hb=85f58508e500c2fc9e7654f432c307975a5235c5;hp=12389ae8bd8c63c8cd7323e7a548eb7618f532e7;hpb=8fde61e3e900d5000c94503679d735221acc1882;p=sdlgit%2FSDL_perl.git diff --git a/typemap b/typemap index 12389ae..392972f 100644 --- a/typemap +++ b/typemap @@ -2,6 +2,7 @@ TYPEMAP const Uint16 * T_PTR Uint8 T_U_CHAR Uint8 * T_PTR +const Uint8* T_PTR Uint8 ** T_PTR Uint16 T_UV Uint16 * T_PTR @@ -54,6 +55,8 @@ GLboolean T_U_CHAR GLUnurbsObj * T_PTR GLUtesselator * T_PTR GLuint T_UV +GLuint* T_PTR +GLint T_IV GLint* T_PTR float * T_PTR float T_NV @@ -62,3 +65,5 @@ Sound_DecoderInfo * T_PTR const Sound_DecoderInfo * T_PTR Sound_Sample * T_PTR Sound_AudioInfo * T_PTR +SDL_RWops* T_PTR +SDL_svg_context* T_PTR