Dynamically load a shared object.
Defined in SDL_loadso.h
void* SDL_LoadObject(const char *sofile);
const char * | sofile | a system-dependent name of the object file. |
(void *) Returns an opaque pointer to the object handle or NULL if there was an error; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.