Sprout/sprout/math/minmax.hpp
2013-05-08 01:46:40 +09:00

9 lines
239 B
C++

#ifndef SPROUT_MATH_MINMAX_HPP
#define SPROUT_MATH_MINMAX_HPP
#include <sprout/config.hpp>
#include <sprout/math/fdim.hpp>
#include <sprout/math/fmax.hpp>
#include <sprout/math/fmin.hpp>
#endif // #ifndef SPROUT_MATH_MINMAX_HPP