mirror of https://github.com/bsnes-emu/bsnes.git
10 lines
209 B
C++
10 lines
209 B
C++
|
namespace phoenix {
|
||
|
|
||
|
struct pBrowserWindow {
|
||
|
static string directory(BrowserWindow::State &state);
|
||
|
static string open(BrowserWindow::State &state);
|
||
|
static string save(BrowserWindow::State &state);
|
||
|
};
|
||
|
|
||
|
}
|