mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
fixed weird spacing
This commit is contained in:
parent
a80b74dc62
commit
0117541093
4
hyper.h
4
hyper.h
@ -932,8 +932,8 @@ template<class T> ld binsearch(ld dmin, ld dmax, const T& f, int iterations = 20
|
|||||||
return dmin;
|
return dmin;
|
||||||
}
|
}
|
||||||
|
|
||||||
static constexpr int max_vec = (1<<14);
|
static constexpr int max_vec = (1<<14);
|
||||||
extern bool needConfirmationEvenIfSaved();
|
extern bool needConfirmationEvenIfSaved();
|
||||||
|
|
||||||
typedef unsigned long long flagtype;
|
typedef unsigned long long flagtype;
|
||||||
#define Flag(i) (flagtype(1ull<<i))
|
#define Flag(i) (flagtype(1ull<<i))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user