mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-11 21:33:16 +00:00
added some std features used in RogueViz
This commit is contained in:
parent
8f8a259992
commit
da60a2f336
2
hyper.h
2
hyper.h
@ -38,6 +38,8 @@ using std::stable_sort;
|
||||
using std::out_of_range;
|
||||
using std::get;
|
||||
using std::random_shuffle;
|
||||
using std::move;
|
||||
using std::make_tuple;
|
||||
|
||||
using std::abs;
|
||||
using std::isfinite;
|
||||
|
Loading…
x
Reference in New Issue
Block a user