mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
SDL_RWsize: updated description
This commit is contained in:
@@ -385,7 +385,7 @@ extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops * area);
|
|||||||
#define RW_SEEK_END 2 /**< Seek relative to the end of data */
|
#define RW_SEEK_END 2 /**< Seek relative to the end of data */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Use this macro to get the size of the data stream in an SDL_RWops.
|
* Use this function to get the size of the data stream in an SDL_RWops.
|
||||||
*
|
*
|
||||||
* Prior to SDL 2.0.10, this function was a macro.
|
* Prior to SDL 2.0.10, this function was a macro.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user