R-TYPE
IncludeCpp.hpp
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2022
3 ** r-type
4 ** File description:
5 ** IncludeCpp
6 */
7 
8 #ifndef INCLUDECPP_HPP_
9 #define INCLUDECPP_HPP_
10 
11 #include <any>
12 #include <cstdio>
13 #include <iostream>
14 #include <list>
15 #include <memory>
16 #include <typeindex>
17 #include <typeinfo>
18 #include <unordered_map>
19 #include <utility>
20 
21 #endif /* !INCLUDECPP_HPP_ */