mirror of https://github.com/bsnes-emu/bsnes.git
13 lines
146 B
C++
13 lines
146 B
C++
|
#if defined(Hiro_Desktop)
|
||
|
|
||
|
namespace hiro {
|
||
|
|
||
|
struct pDesktop {
|
||
|
static auto size() -> Size;
|
||
|
static auto workspace() -> Geometry;
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|