Add SDL_GetPath() for default OS folders (#7665)

This commit is contained in:
Semphriss
2023-05-04 14:38:11 -04:00
committed by GitHub
parent 72e5a52c51
commit c1dab7745a
8 changed files with 672 additions and 0 deletions

View File

@@ -851,6 +851,7 @@ SDL3_0.0.0 {
SDL_TryLockRWLockForWriting;
SDL_UnlockRWLock;
SDL_DestroyRWLock;
SDL_GetPath;
# extra symbols go here (don't modify this line)
local: *;
};