DxLibEx
dxlibex.hpp
Go to the documentation of this file.
1 /*=============================================================================
2  Copyright (C) 2015-2017 DxLibEx project
3  https://github.com/Nagarei/DxLibEx/
4 
5  Distributed under the Boost Software License, Version 1.0.
6  (See http://www.boost.org/LICENSE_1_0.txt)
7 =============================================================================*/
8 #ifndef DXLE_INC_DXLIBEX_HPP_
9 #define DXLE_INC_DXLIBEX_HPP_
10 
12 #include "dxlibex/basic_types.hpp"
13 #include "dxlibex/color.hpp"
14 #include "dxlibex/cstdlib.hpp"
15 //#include "dxlibex/dxlib_wrap.hpp"
16 #include "dxlibex/graph2d.hpp"
17 #include "dxlibex/math.hpp"
18 #include "dxlibex/thread.hpp"
19 #include "dxlibex/type_traits.hpp"
20 
21 #endif //ndef DXLE_INC_DXLIBEX_HPP_