#include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" #ifndef aTHX_ #define aTHX_ #endif #include #include MODULE = SDL::MultiThread PACKAGE = SDL::MultiThread PREFIX = multi_ =for documentation The Following are XS bindings to the MultiThread category in the SDL API v2.1.13 Describe on the SDL API site. See: L */ =cut Uint32 multi_threadID() CODE: warn(" ... " );