Add file dialogs

This commit is contained in:
Semphris 2024-03-10 17:27:42 -04:00 committed by Sam Lantinga
parent 30e93b40c2
commit 70c2e15615
21 changed files with 2335 additions and 3 deletions

View file

@ -976,6 +976,9 @@ SDL3_0.0.0 {
SDL_AddVulkanRenderSemaphores;
SDL_GetNumJoystickBalls;
SDL_GetJoystickBall;
SDL_ShowOpenFileDialog;
SDL_ShowSaveFileDialog;
SDL_ShowOpenFolderDialog;
# extra symbols go here (don't modify this line)
local: *;
};