old-hiro/windows/browser-window.hpp
2016-05-15 12:45:15 +02:00

13 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