DxLibEx
math.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_MATH_HPP_
9 #define DXLE_INC_MATH_HPP_
11 #include "dxlibex/math/fabs.hpp"
12 #include "dxlibex/math/abs.hpp"
13 #include "dxlibex/math/hypot.hpp"
14 
15 #endif //DXLE_INC_MATH_HPP_