mirror of https://github.com/bsnes-emu/bsnes.git
12 lines
304 B
C++
Executable File
12 lines
304 B
C++
Executable File
string pDialogWindow::fileOpen(Window &parent, const string &path, const lstring &filter) {
|
|
return "";
|
|
}
|
|
|
|
string pDialogWindow::fileSave(Window &parent, const string &path, const lstring &filter) {
|
|
return "";
|
|
}
|
|
|
|
string pDialogWindow::folderSelect(Window &parent, const string &path) {
|
|
return "";
|
|
}
|