Sync SDL3 wiki -> header
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user