mirror of https://github.com/bsnes-emu/bsnes.git
10 lines
230 B
C++
10 lines
230 B
C++
![]() |
namespace hiro {
|
||
|
|
||
|
struct pBrowserWindow {
|
||
|
static auto directory(BrowserWindow::State& state) -> string;
|
||
|
static auto open(BrowserWindow::State& state) -> string;
|
||
|
static auto save(BrowserWindow::State& state) -> string;
|
||
|
};
|
||
|
|
||
|
}
|