From 0d70098dd5b704f2953c63f0c827b46b11935b81 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 8 Jan 2026 17:40:15 +0100 Subject: setup window --- libs/tinyfiledialogs/tinyfiledialogs.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libs/tinyfiledialogs/tinyfiledialogs.c') diff --git a/libs/tinyfiledialogs/tinyfiledialogs.c b/libs/tinyfiledialogs/tinyfiledialogs.c index 1b07cf7..b99080e 100644 --- a/libs/tinyfiledialogs/tinyfiledialogs.c +++ b/libs/tinyfiledialogs/tinyfiledialogs.c @@ -1740,7 +1740,6 @@ wchar_t * tinyfd_saveFileDialogW( return lRetval; } - wchar_t * tinyfd_openFileDialogW( wchar_t const * aTitle, /* NULL or "" */ wchar_t const * aDefaultPathAndOrFile, /* NULL or "" */ @@ -3205,6 +3204,10 @@ char * tinyfd_saveFileDialog( return p ; } +int tinyfd_fileExists(char const * aFilePathAndName) +{ + return fileExists(aFilePathAndName); +} /* in case of multiple files, the separator is | */ char * tinyfd_openFileDialog( @@ -6718,6 +6721,10 @@ char * tinyfd_saveFileDialog( return lBuff ; } +int tinyfd_fileExists(char const * aFilePathAndName) +{ + return fileExists(aFilePathAndName); +} /* in case of multiple files, the separator is | */ char * tinyfd_openFileDialog( -- cgit v1.2.3-70-g09d2