mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 07:59:11 +00:00
Add SDL_GetPath() for default OS folders (#7665)
This commit is contained in:
parent
72e5a52c51
commit
c1dab7745a
8 changed files with 672 additions and 0 deletions
|
@ -877,3 +877,4 @@
|
|||
#define SDL_TryLockRWLockForWriting SDL_TryLockRWLockForWriting_REAL
|
||||
#define SDL_UnlockRWLock SDL_UnlockRWLock_REAL
|
||||
#define SDL_DestroyRWLock SDL_DestroyRWLock_REAL
|
||||
#define SDL_GetPath SDL_GetPath_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue