mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
760d7d276b
commit
10c2682647
4 changed files with 45 additions and 52 deletions
include/SDL3
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue