GameKit  0.0.1a
C++ gamedev tools
core.hpp
Go to the documentation of this file.
1 /*
2  * =====================================================================================
3  *
4  * Filename: core.hpp
5  *
6  * Description:
7  *
8  * Created: 23/03/2019 13:54:48
9  *
10  * Author: Quentin Bazin, <quent42340@gmail.com>
11  *
12  * =====================================================================================
13  */
14 #ifndef GK_CORE_HPP_
15 #define GK_CORE_HPP_
16 
18 #include "gk/core/Box.hpp"
20 #include "gk/core/Exception.hpp"
21 #include "gk/core/Filesystem.hpp"
22 #include "gk/core/GameClock.hpp"
24 #include "gk/core/Mouse.hpp"
25 #include "gk/core/Rect.hpp"
26 #include "gk/core/Timer.hpp"
27 #include "gk/core/Vector2.hpp"
28 #include "gk/core/Vector3.hpp"
29 #include "gk/core/XMLFile.hpp"
30 
31 #endif // GK_CORE_HPP_
32