mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 23:18:29 +00:00
Added SDL_CopyFile() and SDL_CopyStorageFile()
Fixes https://github.com/libsdl-org/SDL/issues/9553
This commit is contained in:
@@ -30,6 +30,7 @@ extern char *SDL_SYS_GetUserFolder(SDL_Folder folder);
|
||||
int SDL_SYS_EnumerateDirectory(const char *path, const char *dirname, SDL_EnumerateDirectoryCallback cb, void *userdata);
|
||||
int SDL_SYS_RemovePath(const char *path);
|
||||
int SDL_SYS_RenamePath(const char *oldpath, const char *newpath);
|
||||
int SDL_SYS_CopyFile(const char *oldpath, const char *newpath);
|
||||
int SDL_SYS_CreateDirectory(const char *path);
|
||||
int SDL_SYS_GetPathInfo(const char *path, SDL_PathInfo *info);
|
||||
|
||||
|
Reference in New Issue
Block a user