mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 17:07:39 +00:00
All SDL 3.0 release symbols are at version 3.2.0
This commit is contained in:
parent
7a5604cf0c
commit
ed2920afef
10 changed files with 108 additions and 108 deletions
|
@ -63,7 +63,7 @@ int SDLCALL SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *reference
|
|||
*
|
||||
* \returns 0 if the left and right memory block are equal, non-zero if they are non-equal.
|
||||
*
|
||||
* \since This function is available since SDL 3.1.3.
|
||||
* \since This function is available since SDL 3.2.0.
|
||||
*/
|
||||
int SDLCALL SDLTest_CompareMemory(const void *actual, size_t size_actual, const void *reference, size_t size_reference);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue