ST_engine  0.3-ALPHA
main.hpp
1 /* This file is part of the "ST" project.
2  * You may use, distribute or modify this code under the terms
3  * of the GNU General Public License version 2.
4  * See LICENCE.txt in the root directory of the project.
5  *
6  * Author: Maxim Atanasov
7  * E-mail: maxim.atanasov@protonmail.com
8  */
9 
10 #ifndef MAIN_DEF
11 #define MAIN_DEF
12 
13 #include <drawing_manager/drawing_manager.hpp>
14 #include <window_manager.hpp>
15 #include <audio_manager.hpp>
16 #include <game_manager/game_manager.hpp>
17 #include <input_manager.hpp>
18 #include <assets_manager.hpp>
19 #include <physics_manager/physics_manager.hpp>
20 #include <task_manager.hpp>
21 #include <message_bus.hpp>
22 #include <console.hpp>
23 #include <main/timer.hpp>
24 #include <main/fps.hpp>
25 
26 #endif //MAIN_DEF