An abstract interface for filesystem access.
Defined in <SDL3/SDL_storage.h>
typedef struct SDL_Storage SDL_Storage;
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.
This struct is available since SDL 3.1.3.