|
Size: 616
Comment:
|
Size: 616
Comment: Sorted related functions, see SGFunctions.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 26: | Line 26: |
| .[[SDL_LoadFunction]] | |
| Line 27: | Line 28: |
| .[[SDL_LoadFunction]] |
SDL_UnloadObject
Use this function to unload a shared object from memory.
Syntax
void SDL_UnloadObject(void* handle)
Function Parameters
handle |
*a valid shared object handle returned by SDL_LoadObject()* |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
