Main Page
Namespaces
Classes
Files
File List
File Members
Gosu
Gosu.hpp
Go to the documentation of this file.
1
9
10
#ifndef GOSU_GOSU_HPP
11
#define GOSU_GOSU_HPP
12
13
#include <
Gosu/Audio.hpp
>
14
#include <
Gosu/Bitmap.hpp
>
15
#include <
Gosu/Color.hpp
>
16
#include <
Gosu/Directories.hpp
>
17
#include <
Gosu/Font.hpp
>
18
#include <
Gosu/Graphics.hpp
>
19
#include <
Gosu/Image.hpp
>
20
#include <
Gosu/ImageData.hpp
>
21
#include <
Gosu/Input.hpp
>
22
#include <
Gosu/Inspection.hpp
>
23
#include <
Gosu/IO.hpp
>
24
#include <
Gosu/Math.hpp
>
25
#include <
Gosu/Platform.hpp
>
26
#include <
Gosu/Sockets.hpp
>
27
#include <
Gosu/Text.hpp
>
28
#include <
Gosu/TextInput.hpp
>
29
#include <
Gosu/Timing.hpp
>
30
#include <
Gosu/Utility.hpp
>
31
#include <
Gosu/Version.hpp
>
32
#include <
Gosu/Window.hpp
>
33
34
#endif
Graphics.hpp
Interface of the Graphics class.
Image.hpp
Interface of the Image class and helper functions.
Font.hpp
Interface of the Font class.
Sockets.hpp
Interface of the three socket classes, MessageSocket, CommSocket and ListenerSocket.
Audio.hpp
Contains all the classes of Gosu's audio system.
Window.hpp
Interface of the Window class.
Timing.hpp
Functions for timing.
Version.hpp
Input.hpp
Interface of the Input class.
Text.hpp
Functions to output text on bitmaps.
Utility.hpp
General purpose utility functions.
Bitmap.hpp
Interface of the Bitmap class.
Directories.hpp
Access to a small set of system paths.
Inspection.hpp
A special set of functions designed for tuning Gosu games.
Platform.hpp
Macros and utility functions to facilitate programming on all of Gosu's supported platforms...
Math.hpp
Contains simple math functionality.
TextInput.hpp
Interface of the TextInput class.
ImageData.hpp
Interface of the ImageData class.
Color.hpp
Interface of the Color class.
IO.hpp
Contains everything related to input and output.