1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-21 13:32:07 +00:00

added using std::isinf to hyper.h

This commit is contained in:
Zeno Rogue
2018-10-23 17:03:58 +02:00
parent a0d46d95fe
commit 6b47221a64
+1
View File
@@ -49,6 +49,7 @@ using std::unique_ptr;
using std::abs;
using std::isfinite;
using std::isnan;
using std::isinf;
using std::log;
using std::exp;
using std::sin;