mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 06:32:32 +01:00
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
|