Sha256: 37ee8294a4a45adeb25c388359d118185803a0167c57b4874ec36e9aaa3b7aa7
Contents?: true
Size: 221 Bytes
Versions: 26
Compression:
Stored size: 221 Bytes
Contents
#ifndef GOSUIMPL_ORIENTATION_HPP #define GOSUIMPL_ORIENTATION_HPP namespace Gosu { enum Orientation { orLandscapeLeft, orLandscapeRight }; Orientation currentOrientation(); } #endif
Version data entries
26 entries across 26 versions & 1 rubygems