Sha256: 0fc75a7827ff472aa9d1bbd8794ab93e5f001a056c923a2d66daeeeb5720b881
Contents?: true
Size: 229 Bytes
Versions: 24
Compression:
Stored size: 229 Bytes
Contents
#pragma once namespace rho { namespace common { struct ISystemInfo { virtual ~ISystemInfo(void){;} virtual String getPlatform() = 0; virtual int getScreenWidth() = 0; virtual int getScreenHeight() = 0; }; } }
Version data entries
24 entries across 24 versions & 1 rubygems