bsnes/hiro/gtk/desktop.hpp

9 lines
95 B
C++

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