fix math/comparison.hpp

This commit is contained in:
bolero-MURAKAMI 2012-07-07 14:58:46 +09:00
parent 1c65d59971
commit 3b6ba46f17
23 changed files with 389 additions and 175 deletions

7
sprout/math.hpp Normal file
View file

@ -0,0 +1,7 @@
#ifndef SPROUT_MATH_HPP
#define SPROUT_MATH_HPP
#include <sprout/config.hpp>
#include <sprout/math/functions.hpp>
#endif // #ifndef SPROUT_MATH_HPP