Open directory as disc image

This commit is contained in:
Kingcom
2013-07-23 17:24:33 +02:00
parent c9279a951b
commit 8955fedf44
14 changed files with 214 additions and 15 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#ifdef _WIN32
namespace MainWindow {
void BrowseAndBoot(std::string defaultPath);
void BrowseAndBoot(std::string defaultPath, bool browseDirectory = false);
}
#endif