mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
build: add EnTT library
This commit is contained in:
18
include/entt/stl/cmath.hpp
Normal file
18
include/entt/stl/cmath.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef ENTT_STL_CMATH_HPP
|
||||
#define ENTT_STL_CMATH_HPP
|
||||
|
||||
/*! @cond ENTT_INTERNAL */
|
||||
#if __has_include(<entt/ext/stl/cmath.hpp>)
|
||||
# include <entt/ext/stl/cmath.hpp>
|
||||
#else
|
||||
# include <cmath>
|
||||
|
||||
namespace entt::stl {
|
||||
|
||||
using std::ceil;
|
||||
|
||||
} // namespace entt::stl
|
||||
#endif
|
||||
/*! @endcond */
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user