GameKit  0.0.1a
C++ gamedev tools
scene.hpp
Go to the documentation of this file.
1 /*
2  * =====================================================================================
3  *
4  * Filename: scene.hpp
5  *
6  * Description:
7  *
8  * Created: 23/03/2019 15:02:19
9  *
10  * Author: Quentin Bazin, <quent42340@gmail.com>
11  *
12  * =====================================================================================
13  */
14 #ifndef GK_SCENE_HPP_
15 #define GK_SCENE_HPP_
16 
17 #include "gk/scene/Scene.hpp"
18 
19 // Behaviours
21 
22 // Controllers
26 
27 // Components
35 
36 // Movements
39 
40 // Views
43 
44 #endif // GK_SCENE_HPP_
45