SDL_SharedObject.3type - Man Page
An opaque datatype that represents a loaded shared object.
Header File
Defined in SDL3/SDL_loadso.h
Synopsis
#include "SDL3/SDL.h" typedef struct SDL_SharedObject SDL_SharedObject;
Availability
This datatype is available since SDL 3.2.0.
See Also
·(3), SDL_LoadObject(3), ·(3), SDL_LoadFunction(3), ·(3), SDL_UnloadObject(3)
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 DATATYPES