Added System::GetDirDialog.
This commit is contained in:
@@ -11,5 +11,7 @@ namespace ehs
|
||||
static void OpenURI(const Str_8& uri);
|
||||
|
||||
static Str_8 OpenFileDialog(const Str_8 &dir, const Str_8 &filters);
|
||||
|
||||
static Str_8 GetDirDialog(const Str_8 &dir);
|
||||
};
|
||||
}
|
@@ -11,5 +11,7 @@ namespace ehs
|
||||
static void OpenURI(const Str_8& uri);
|
||||
|
||||
static Str_8 OpenFileDialog(const Str_8 &dir, const Str_8 &filters);
|
||||
|
||||
static Str_8 GetDirDialog(const Str_8 &dir);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user