1 #include "EXTERN.h" 2 #include "perl.h" 3 #include "XSUB.h" 4 #include "ppport.h" 5 6 #ifndef aTHX_ 7 #define aTHX_ 8 #endif 9 10 #include <SDL.h> 11 #include <SDL_thread.h> 12 13 MODULE = SDL::MultiThread PACKAGE = SDL::MultiThread PREFIX = multi_ 14 15 =for documentation 16 17 The Following are XS bindings to the MultiThread category in the SDL API v2.1.13 18 19 Describe on the SDL API site. 20 21 See: L<http:/*www.libsdl.org/cgi/docwiki.cgi/SDL_API> */ 22 23 =cut 24 25 Uint32 26 multi_threadID() 27 CODE: 28 warn(" ... " ); 29