Android: Implement open and save file dialog.

This commit is contained in:
Miku AuahDark
2024-05-06 12:14:20 +08:00
committed by Sam Lantinga
parent ea1904eda1
commit 86fada6faa
7 changed files with 312 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ LOCAL_SRC_FILES := \
$(wildcard $(LOCAL_PATH)/src/core/*.c) \
$(wildcard $(LOCAL_PATH)/src/core/android/*.c) \
$(wildcard $(LOCAL_PATH)/src/cpuinfo/*.c) \
$(LOCAL_PATH)/src/dialog/SDL_dialog_utils.c \
$(LOCAL_PATH)/src/dialog/android/SDL_androiddialog.c \
$(wildcard $(LOCAL_PATH)/src/dynapi/*.c) \
$(wildcard $(LOCAL_PATH)/src/events/*.c) \
$(wildcard $(LOCAL_PATH)/src/file/*.c) \