mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
10 lines
253 B
C++
10 lines
253 B
C++
|
#ifndef SPROUT_MATH_INTEGER_HPP
|
||
|
#define SPROUT_MATH_INTEGER_HPP
|
||
|
|
||
|
#include <sprout/config.hpp>
|
||
|
#include <sprout/math/is_integer.hpp>
|
||
|
#include <sprout/math/is_odd.hpp>
|
||
|
#include <sprout/math/is_even.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_MATH_INTEGER_HPP
|