Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-05-03 02:54:35 +00:00
parent 760d7d276b
commit 10c2682647
4 changed files with 45 additions and 52 deletions
include/SDL3

View file

@ -45,13 +45,12 @@ extern "C" {
/**
* Function interface for SDL_Storage.
*
* Apps that want to supply a custom implementation of SDL_Storage
* will fill in all the functions in this struct, and then pass it to
* SDL_OpenStorage to create a custom SDL_Storage object.
* Apps that want to supply a custom implementation of SDL_Storage will fill
* in all the functions in this struct, and then pass it to SDL_OpenStorage to
* create a custom SDL_Storage object.
*
* It is not usually necessary to do this; SDL provides standard
* implementations for many things you might expect to do with
* an SDL_Storage.
* implementations for many things you might expect to do with an SDL_Storage.
*
* \since This struct is available since SDL 3.0.0.
*/
@ -91,10 +90,9 @@ typedef struct SDL_StorageInterface
/**
* An abstract interface for filesystem access.
*
* 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 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.
*
* \since This struct is available since SDL 3.0.0.
*/