Sha256: 2722b45ee43a10e31d835b8e9eb1c27e8cb94f77f29b7fc675c8ca3ba67d1c8d
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
#ifndef GOSU_VERSION_HPP #define GOSU_VERSION_HPP #define GOSU_MAJOR_VERSION 0 #define GOSU_MINOR_VERSION 10 #define GOSU_POINT_VERSION 6 #define GOSU_VERSION "0.10.6" #define GOSU_COPYRIGHT_NOTICE \ "This software uses the following third-party libraries:\n" \ "\n" \ "Gosu, http://www.libgosu.org, MIT License, http://opensource.org/licenses/MIT\n" \ "SDL 2, http://www.libsdl.org, MIT License, http://opensource.org/licenses/MIT\n" \ "libsndfile, http://www.mega-nerd.com/libsndfile, GNU LGPL 3, http://www.gnu.org/copyleft/lesser.html\n" \ "OpenAL Soft, http://kcat.strangesoft.net/openal.html, GNU LGPL 2, http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html\n" #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gosu-0.10.6 | Gosu/Version.hpp |