SDL_SharedObject - An opaque datatype that represents a loaded shared object.
Contents
Availability
This datatype is available since SDL 3.2.0.
Header File
Defined in SDL3/SDL_loadso.h
Name
SDL_SharedObject - An opaque datatype that represents a loaded shared object.
See Also
•(3), SDL_LoadObject(3), •(3), SDL_LoadFunction(3), •(3), SDL_UnloadObject(3) Simple Directmedia Layer SDL 3.2.10 SDL_SharedObject(3type)
Synopsis
#include"SDL3/SDL.h"typedefstructSDL_SharedObjectSDL_SharedObject;
