CFFI hookups for nfd "open directory" functionality
This commit is contained in:
committed by
Joshua Granick
parent
97fb0dcccc
commit
1ddb43b990
@@ -12,6 +12,7 @@ namespace lime {
|
||||
|
||||
public:
|
||||
|
||||
static const char* OpenDirectory (const char* filter = 0, const char* defaultPath = 0);
|
||||
static const char* OpenFile (const char* filter = 0, const char* defaultPath = 0);
|
||||
static void OpenFiles (std::vector<const char*>* files, const char* filter = 0, const char* defaultPath = 0);
|
||||
static const char* SaveFile (const char* filter = 0, const char* defaultPath = 0);
|
||||
|
||||
Reference in New Issue
Block a user