bsnes/hiro/gtk/monitor.hpp

14 lines
179 B
C++

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