Sprout/sprout/algorithm/clamp_range.hpp
2012-10-13 21:06:32 +09:00

8 lines
270 B
C++

#ifndef SPROUT_ALGORITHM_CLAMP_RANGE_HPP
#define SPROUT_ALGORITHM_CLAMP_RANGE_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/clamp_range.hpp>
#include <sprout/algorithm/fit/clamp_range.hpp>
#endif // #ifndef SPROUT_ALGORITHM_CLAMP_RANGE_HPP