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:
parent
887dba1849
commit
5d809ef5c9
9 changed files with 36 additions and 20 deletions
9
sprout/math/minmax.hpp
Normal file
9
sprout/math/minmax.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SPROUT_MATH_MINMAX_HPP
|
||||
#define SPROUT_MATH_MINMAX_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/math/fmax.hpp>
|
||||
#include <sprout/math/fmin.hpp>
|
||||
#include <sprout/math/fdim.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_MINMAX_HPP
|
Loading…
Add table
Add a link
Reference in a new issue