mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 17:07:39 +00:00
Added SDL_CopyFile() and SDL_CopyStorageFile()
Fixes https://github.com/libsdl-org/SDL/issues/9553
This commit is contained in:
parent
128df75e05
commit
033c9c5951
14 changed files with 213 additions and 0 deletions
|
@ -55,7 +55,9 @@ SDL3_0.0.0 {
|
|||
SDL_ConvertPixelsAndColorspace;
|
||||
SDL_ConvertSurface;
|
||||
SDL_ConvertSurfaceAndColorspace;
|
||||
SDL_CopyFile;
|
||||
SDL_CopyProperties;
|
||||
SDL_CopyStorageFile;
|
||||
SDL_CreateAudioStream;
|
||||
SDL_CreateColorCursor;
|
||||
SDL_CreateCondition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue