SDL_Storage - An abstract interface for filesystem access.
Contents
Availability
This struct is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.10 SDL_Storage(3type)
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 .
Header File
Defined in SDL3/SDL_storage.h
Name
SDL_Storage - An abstract interface for filesystem access.
Synopsis
#include"SDL3/SDL.h"typedefstructSDL_StorageSDL_Storage;
