| SDL_Storage(3type) | SDL3 DATATYPES | SDL_Storage(3type) |
SDL_Storage - An abstract interface for filesystem access.
Defined in SDL3/SDL_storage.h
#include "SDL3/SDL.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.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |