logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_Storage - An abstract interface for filesystem access.

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;

See Also