mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-24 07:02:27 +01:00
16 lines
253 B
C++
16 lines
253 B
C++
|
namespace phoenix {
|
||
|
|
||
|
string pBrowserWindow::directory(BrowserWindow::State &state) {
|
||
|
return "";
|
||
|
}
|
||
|
|
||
|
string pBrowserWindow::open(BrowserWindow::State &state) {
|
||
|
return "";
|
||
|
}
|
||
|
|
||
|
string pBrowserWindow::save(BrowserWindow::State &state) {
|
||
|
return "";
|
||
|
}
|
||
|
|
||
|
}
|