mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
added some std features used in RogueViz
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -38,6 +38,8 @@ using std::stable_sort;
|
|||||||
using std::out_of_range;
|
using std::out_of_range;
|
||||||
using std::get;
|
using std::get;
|
||||||
using std::random_shuffle;
|
using std::random_shuffle;
|
||||||
|
using std::move;
|
||||||
|
using std::make_tuple;
|
||||||
|
|
||||||
using std::abs;
|
using std::abs;
|
||||||
using std::isfinite;
|
using std::isfinite;
|
||||||
|
Reference in New Issue
Block a user