SDL_Storage.3type - Man Page
An abstract interface for filesystem access.
Header File
Defined in SDL3/SDL_storage.h
Synopsis
#include "SDL3/SDL.h" typedef struct SDL_Storage SDL_Storage;
Description
This is an opaque datatype. One can create this object using standard SDL functions like SDL_OpenTitleStorage
or
SDL_OpenUserStorage , etc, or create an object with a custom implementation using SDL_OpenStorage .
Availability
This struct is available since SDL 3.2.0.
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 DATATYPES