1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-07 15:51:22 +00:00

utilities to create geometry raytracers which use only HyperRogue's control scheme

This commit is contained in:
Zeno Rogue
2020-03-29 17:35:42 +02:00
parent 409f171ca7
commit 76e6dc2002
4 changed files with 27 additions and 8 deletions

View File

@@ -797,6 +797,8 @@ static const flagtype qSINGLE = Flag(20);
static const flagtype qDEPRECATED = Flag(21);
static const flagtype qINFMIXED = Flag(22);
static const flagtype qRAYONLY = Flag(23);
// note: dnext assumes that x&7 equals 7
static const int SEE_ALL = 50;
static const int OINF = 100;