Sha256: 8c463b2610bf490b6a2f4f65bb79c2fff40fe7fc6bffa943910e8227b96ac40c

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

#pragma once

#include <string>

#define GOSU_MAJOR_VERSION 0
#define GOSU_MINOR_VERSION 12
#define GOSU_POINT_VERSION 1

namespace Gosu
{
    //! A string that contains the full version of the Gosu library, like "0.7.50" or "1.0.0.pre5".
    extern const std::string VERSION;
    
    //! A block of legal copy that your game is obliged to display somewhere.
    extern const std::string LICENSES;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gosu-0.12.1 Gosu/Version.hpp