fix math functions

This commit is contained in:
bolero-MURAKAMI 2013-05-08 01:46:40 +09:00
parent 3498e9214f
commit 9247693c63
13 changed files with 159 additions and 67 deletions

View file

@ -2,8 +2,8 @@
#define SPROUT_MATH_MINMAX_HPP
#include <sprout/config.hpp>
#include <sprout/math/fdim.hpp>
#include <sprout/math/fmax.hpp>
#include <sprout/math/fmin.hpp>
#include <sprout/math/fdim.hpp>
#endif // #ifndef SPROUT_MATH_MINMAX_HPP