bsnes/hiro/gtk/monitor.hpp

14 lines
195 B
C++

#if defined(Hiro_Monitor)
namespace hiro {
struct pMonitor {
static auto count() -> uint;
static auto geometry(unsigned monitor) -> Geometry;
static auto primary() -> uint;
};
}
#endif