Sha256: 2c8da2e0d83d3fabc0e202ed120d0a7434d1ab469834857cc4f711de1b52a3dd

Contents?: true

Size: 644 Bytes

Versions: 3

Compression:

Stored size: 644 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/Window.hpp>

#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gosu-0.7.10.1 Gosu/Gosu.hpp
gosu-0.7.10.2 Gosu/Gosu.hpp
gosu-0.7.10.3 Gosu/Gosu.hpp