Fixed warnings building on Android

This commit is contained in:
Sam Lantinga
2024-10-07 11:11:12 -07:00
parent 596fcfa6c4
commit 06bd214af6
4 changed files with 6 additions and 4 deletions

View File

@@ -146,6 +146,7 @@ bool Android_JNI_OpenURL(const char *url);
int SDL_GetAndroidSDKVersion(void);
bool SDL_IsAndroidTablet(void);
bool SDL_IsAndroidTV(void);
// File Dialogs
bool Android_JNI_OpenFileDialog(SDL_DialogFileCallback callback, void* userdata,