bsnes/phoenix/reference/browser-window.hpp

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);
};
}