Gosu
Gosu.hpp
Go to the documentation of this file.
1 
9 
10 #pragma once
11 
12 #include <Gosu/Audio.hpp>
13 #include <Gosu/Bitmap.hpp>
14 #include <Gosu/Color.hpp>
15 #include <Gosu/Directories.hpp>
16 #include <Gosu/Font.hpp>
17 #include <Gosu/Graphics.hpp>
18 #include <Gosu/Image.hpp>
19 #include <Gosu/ImageData.hpp>
20 #include <Gosu/Input.hpp>
21 #include <Gosu/Inspection.hpp>
22 #include <Gosu/IO.hpp>
23 #include <Gosu/Math.hpp>
24 #include <Gosu/Platform.hpp>
25 #include <Gosu/Text.hpp>
26 #include <Gosu/TextInput.hpp>
27 #include <Gosu/Timing.hpp>
28 #include <Gosu/Utility.hpp>
29 #include <Gosu/Version.hpp>
30 #include <Gosu/Window.hpp>
Interface of the Graphics class.
Interface of the Image class and helper functions.
Interface of the Font class.
Contains all the classes of Gosu&#39;s audio system.
Functions for timing.
Functions to output text on bitmaps.
Access to a small set of system paths.
A special set of functions designed for tuning Gosu games.
Macros and utility functions to facilitate programming on all of Gosu&#39;s supported platforms...
Contains simple math functionality.
Interface of the TextInput class.
Interface of the ImageData class.
Interface of the Color class.
Contains everything related to input and output.