Skip to content

Commit

Permalink
Update function version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Nov 8, 2024
1 parent 5053911 commit 18ad4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SDL3/SDL_SaveFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bool SDL_SaveFile(const char *file, const void *data, size_t datasize);
## Version
This function is available since SDL 3.1.3.
This function is available since SDL 3.2.0.
## See Also
Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_SaveFile_IO.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bool SDL_SaveFile_IO(SDL_IOStream *src, const void *data, size_t datasize, bool
## Version
This function is available since SDL 3.1.3.
This function is available since SDL 3.2.0.
## See Also
Expand Down

0 comments on commit 18ad4ce

Please sign in to comment.