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

Version Path
gosu-0.7.48 GosuImpl/Orientation.hpp
gosu-0.7.47.1 GosuImpl/Orientation.hpp
gosu-0.7.46 GosuImpl/Orientation.hpp
gosu-0.7.45 GosuImpl/Orientation.hpp
gosu-0.7.44 GosuImpl/Orientation.hpp
gosu-0.7.43 GosuImpl/Orientation.hpp
gosu-0.7.41 GosuImpl/Orientation.hpp
gosu-0.7.40 GosuImpl/Orientation.hpp
gosu-0.7.39 GosuImpl/Orientation.hpp
gosu-0.7.38 GosuImpl/Orientation.hpp
gosu-0.7.37 GosuImpl/Orientation.hpp
gosu-0.7.36.2 GosuImpl/Orientation.hpp
gosu-0.7.35 GosuImpl/Orientation.hpp
gosu-0.7.33 GosuImpl/Orientation.hpp
gosu-0.7.32 GosuImpl/Orientation.hpp
gosu-0.7.31 GosuImpl/Orientation.hpp
gosu-0.7.30 GosuImpl/Orientation.hpp
gosu-0.7.29 GosuImpl/Orientation.hpp
gosu-0.7.28 GosuImpl/Orientation.hpp
gosu-0.7.27.1 GosuImpl/Orientation.hpp