From 6580b4e2c396f2fdfb0fb017ec4249baa2fba5ff Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 15 Sep 2021 14:05:42 +0300 Subject: iOS: Picking files for upload --- src/ios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ios.h') diff --git a/src/ios.h b/src/ios.h index 70b889bf..85177409 100644 --- a/src/ios.h +++ b/src/ios.h @@ -37,6 +37,7 @@ iBool processEvent_iOS (const SDL_Event *); void playHapticEffect_iOS (enum iHapticEffect effect); void exportDownloadedFile_iOS(const iString *path); void pickFileForOpening_iOS (void); +void pickFile_iOS (const char *command); /* ` path:%s` will be appended */ iBool isPhone_iOS (void); void safeAreaInsets_iOS (float *left, float *top, float *right, float *bottom); -- cgit v1.2.3