bsnes/hiro/gtk/monitor.hpp

10 lines
144 B
C++

namespace hiro {
struct pMonitor {
static unsigned count();
static Geometry geometry(unsigned monitor);
static unsigned primary();
};
}