mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
Added SDL_CopyFile() and SDL_CopyStorageFile()
Fixes https://github.com/libsdl-org/SDL/issues/9553
This commit is contained in:
@@ -43,6 +43,11 @@ int SDL_SYS_RenamePath(const char *oldpath, const char *newpath)
|
||||
return SDL_Unsupported();
|
||||
}
|
||||
|
||||
int SDL_SYS_CopyFile(const char *oldpath, const char *newpath)
|
||||
{
|
||||
return SDL_Unsupported();
|
||||
}
|
||||
|
||||
int SDL_SYS_CreateDirectory(const char *path)
|
||||
{
|
||||
return SDL_Unsupported();
|
||||
|
Reference in New Issue
Block a user