X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=typemap;h=572311b84f60226ca5ab8b3852d83eee2964171b;hb=2f0f02b13e2a65ecc315db6c27f7e936be90f002;hp=e970268a64ef6f9ab65050b81b2e6f6969428dd0;hpb=153fe728a34b131fcdb4b37be7a34d36e38ac792;p=sdlgit%2FSDL_perl.git diff --git a/typemap b/typemap index e970268..572311b 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 @@ -51,9 +52,12 @@ GLbitfield T_IV GLenum T_IV ConsoleInformation * T_PTR GLboolean T_U_CHAR +GLUquadric * T_PTR +GLdouble T_NV GLUnurbsObj * T_PTR GLUtesselator * T_PTR GLuint T_UV +GLuint* T_PTR GLint T_IV GLint* T_PTR float * T_PTR @@ -63,3 +67,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