DRAFT |
SDL_LoadObject
Use this function to dynamically load a shared object and return a pointer to the object handle.
Contents
Syntax
void* SDL_LoadObject(const char* sofile)
Function Parameters
sofile |
a system dependent name of the object file |
Return Value
green
Returns a pointer to the object handle (or NULL if there was an error).
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
SDL_UnloadObject ???
