mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +00:00
gp:: distance calculation
This commit is contained in:
6
hyper.h
6
hyper.h
@@ -3653,4 +3653,10 @@ extern hpcshape shDisk, shTriangle, shHeptaMarker, shSnowball, shDiskT, shDiskS,
|
||||
|
||||
extern std::mt19937 hrngen;
|
||||
|
||||
heptspin& operator += (heptspin& hs, int spin);
|
||||
heptspin operator + (const heptspin& hs, wstep_t);
|
||||
heptspin operator + (heptspin h, int spin);
|
||||
heptspin operator - (heptspin h, int spin);
|
||||
heptspin& operator += (heptspin& h, wstep_t);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user