Sha256: 04a6066c06faf226921e7e07e2de4fdfae7a5436d6f25eb835cca686538e6445
Contents?: true
Size: 672 Bytes
Versions: 3
Compression:
Stored size: 672 Bytes
Contents
//! \file Gosu.hpp //! Umbrella header for lazy people with fast compilers, or pre-compiled headers. #ifndef GOSU_GOSU_HPP #define GOSU_GOSU_HPP #include <Gosu/Audio.hpp> #include <Gosu/Bitmap.hpp> #include <Gosu/Color.hpp> #include <Gosu/Directories.hpp> #include <Gosu/Font.hpp> #include <Gosu/Graphics.hpp> #include <Gosu/Image.hpp> #include <Gosu/ImageData.hpp> #include <Gosu/Input.hpp> #include <Gosu/IO.hpp> #include <Gosu/Math.hpp> #include <Gosu/Platform.hpp> #include <Gosu/RotFlip.hpp> #include <Gosu/Sockets.hpp> #include <Gosu/Text.hpp> #include <Gosu/TextInput.hpp> #include <Gosu/Timing.hpp> #include <Gosu/Utility.hpp> #include <Gosu/Window.hpp> #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gosu-0.7.11 | Gosu/Gosu.hpp |
gosu-0.7.12 | Gosu/Gosu.hpp |
gosu-0.7.13 | Gosu/Gosu.hpp |