mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
98 B
C++
9 lines
98 B
C++
|
namespace phoenix {
|
||
|
|
||
|
struct pDesktop {
|
||
|
static Size size();
|
||
|
static Geometry workspace();
|
||
|
};
|
||
|
|
||
|
}
|