Sha256: 5bc76a8ac895814d988078f6bc6714e972fb774fffe40cd0e5c51c2f7618a6ab
Contents?: true
Size: 898 Bytes
Versions: 3
Compression:
Stored size: 898 Bytes
Contents
#ifndef GOSU_VERSION_HPP #define GOSU_VERSION_HPP #define GOSU_MAJOR_VERSION 0 #define GOSU_MINOR_VERSION 8 #define GOSU_POINT_VERSION 5 #define GOSU_VERSION "0.8.5" #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" \ "FreeImage, http://freeimage.sourceforge.net, FreeImage Public License\n" \ "libogg & libvorbis, http://www.xiph.org, BSD License, 3-Clause Version, http://www.xiph.org/licenses/bsd\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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gosu-0.8.6.pre1 | Gosu/Version.hpp |
gosu-0.8.5 | Gosu/Version.hpp |
gosu-0.8.5-x86-mingw32 | Gosu/Version.hpp |