- pSDL_LoadFunction
alias pSDL_LoadFunction = void* function(void* handle, const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_LoadObject
alias pSDL_LoadObject = void* function(const(char)* sofile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_UnloadObject
alias pSDL_UnloadObject = void function(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.