R-TYPE
IncludeSystem.hpp
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2022
3 ** r-type
4 ** File description:
5 ** IncludeSystem
6 */
7 
8 #ifndef INCLUDESYSTEM_HPP_
9 #define INCLUDESYSTEM_HPP_
10 
16 #include "./System/MoveSystem.hpp"
17 #include "./System/TextSystem.hpp"
18 
19 #endif /* !INCLUDESYSTEM_HPP_ */