mirror of https://github.com/bsnes-emu/bsnes.git
14 lines
271 B
C++
14 lines
271 B
C++
|
#if defined(Hiro_BrowserWindow)
|
||
|
|
||
|
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;
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|