old-hiro/reference/browser-window.hpp

10 lines
209 B
C++
Raw Normal View History

2016-05-15 10:45:15 +00:00
namespace phoenix {
struct pBrowserWindow {
static string directory(BrowserWindow::State& state);
static string open(BrowserWindow::State& state);
static string save(BrowserWindow::State& state);
};
}