1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix math headers

This commit is contained in:
bolero-MURAKAMI 2013-02-10 17:33:31 +09:00
parent 887dba1849
commit 5d809ef5c9
9 changed files with 36 additions and 20 deletions

View file

@ -0,0 +1,10 @@
#ifndef SPROUT_MATH_REMAINDERS_HPP
#define SPROUT_MATH_REMAINDERS_HPP
#include <sprout/config.hpp>
#include <sprout/math/fmod.hpp>
#include <sprout/math/remainder.hpp>
#include <sprout/math/quotient.hpp>
#include <sprout/math/rem_quo.hpp>
#endif // #ifndef SPROUT_MATH_REMAINDERS_HPP