1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +00:00

arb:: initial commit for affine

This commit is contained in:
Zeno Rogue
2020-05-15 11:38:20 +02:00
parent e644ebf1ea
commit 81350f4e51
3 changed files with 57 additions and 4 deletions

View File

@@ -798,6 +798,7 @@ static const flagtype qDEPRECATED = Flag(21);
static const flagtype qINFMIXED = Flag(22);
static const flagtype qRAYONLY = Flag(23);
static const flagtype qAFFINE = Flag(24);
// note: dnext assumes that x&7 equals 7
static const int SEE_ALL = 50;