mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 09:13:02 +00:00
moved more includes to sysconfig.h
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace hr {
|
||||
|
||||
namespace whirlwind {
|
||||
@@ -1543,8 +1541,6 @@ namespace hive {
|
||||
}
|
||||
}
|
||||
|
||||
#include <set>
|
||||
|
||||
bool fightspam(cell *c) {
|
||||
return c->cpdist >= gamerange() ||
|
||||
isMetalBeast(c->monst) || c->monst == moSkeleton ||
|
||||
|
||||
Reference in New Issue
Block a user