1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/math/minmax.hpp
2013-02-10 17:33:31 +09:00

9 lines
239 B
C++

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