1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

10.0m, and some unfinished features for 10.1 ;)

This commit is contained in:
Zeno Rogue
2017-09-03 21:12:44 +02:00
parent 9d20c2f7fd
commit 85c46220f6
10 changed files with 231 additions and 16 deletions

View File

@@ -1530,3 +1530,9 @@ bool inscreenrange(cell *c);
bool allowIncreasedSight();
static bool orbProtection(eItem it) { return false; } // not implemented
namespace windmap {
void create();
}
extern int wavephase;