mirror of https://github.com/bsnes-emu/bsnes.git
10 lines
147 B
C++
10 lines
147 B
C++
|
namespace phoenix {
|
||
|
|
||
|
struct pMonitor {
|
||
|
static unsigned count();
|
||
|
static Geometry geometry(unsigned monitor);
|
||
|
static unsigned primary();
|
||
|
};
|
||
|
|
||
|
}
|