bsnes/higan/phoenix/cocoa/desktop.hpp

9 lines
98 B
C++

namespace phoenix {
struct pDesktop {
static Size size();
static Geometry workspace();
};
}