Sha256: a48c768cbf734c39d045c8058a2d71cbf01e287cad6e9bbf150ffd249a450539
Contents?: true
Size: 814 Bytes
Versions: 3
Compression:
Stored size: 814 Bytes
Contents
/// \mainpage Gosu: C++ Interface Reference /// /// These pages serve as a reference for the C++ interface of Gosu. For a higher-level /// discussion of concepts and ideas behind the library, see the Wiki entries linked /// from the official website, https://www.libgosu.org/. #pragma once #include <Gosu/Audio.hpp> #include <Gosu/Bitmap.hpp> #include <Gosu/Buffer.hpp> #include <Gosu/Color.hpp> #include <Gosu/Directories.hpp> #include <Gosu/Drawable.hpp> #include <Gosu/Font.hpp> #include <Gosu/Graphics.hpp> #include <Gosu/Image.hpp> #include <Gosu/Input.hpp> #include <Gosu/Math.hpp> #include <Gosu/Platform.hpp> #include <Gosu/Text.hpp> #include <Gosu/TextInput.hpp> #include <Gosu/Timing.hpp> #include <Gosu/Transform.hpp> #include <Gosu/Utility.hpp> #include <Gosu/Version.hpp> #include <Gosu/Window.hpp>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gosu-2.0.0.pre8 | include/Gosu/Gosu.hpp |
gosu-2.0.0.pre7 | include/Gosu/Gosu.hpp |
gosu-2.0.0.pre6 | include/Gosu/Gosu.hpp |