GameKit
0.0.1a
C++ gamedev tools
include
gk
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
17
#include "
gk/core/ApplicationStateStack.hpp
"
18
#include "
gk/core/Box.hpp
"
19
#include "
gk/core/CoreApplication.hpp
"
20
#include "
gk/core/Exception.hpp
"
21
#include "
gk/core/Filesystem.hpp
"
22
#include "
gk/core/GameClock.hpp
"
23
#include "
gk/core/input/GamePad.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
Vector2.hpp
GameClock.hpp
Vector3.hpp
Mouse.hpp
GamePad.hpp
ApplicationStateStack.hpp
Box.hpp
XMLFile.hpp
Filesystem.hpp
Exception.hpp
Rect.hpp
Timer.hpp
CoreApplication.hpp
Generated by
1.8.12