|
⇤ ← Revision 1 as of 2010-05-18 01:01:16
Size: 620
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 622
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''handle'''||a pointer to the object handle|| | ||'''handle'''||^a pointer to the object handle^|| |
DRAFT |
SDL_UnloadObject
Use this function to unload a shared object from memory.
Syntax
void SDL_UnloadObject(void* handle)
Function Parameters
handle |
a pointer to the object handle |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
SDL_LoadObject ???
