summaryrefslogtreecommitdiff
path: root/src/spells2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells2.hpp')
-rw-r--r--src/spells2.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spells2.hpp b/src/spells2.hpp
index ce72a883..ae3099da 100644
--- a/src/spells2.hpp
+++ b/src/spells2.hpp
@@ -2,6 +2,7 @@
#include "h-basic.h"
#include "identify_mode.hpp"
+#include "monster_race_flag_set.hpp"
#include "object_filter.hpp"
#include "object_type_fwd.hpp"
@@ -32,7 +33,7 @@ extern bool detect_objects_gold(int rad);
extern bool detect_objects_normal(int rad);
extern bool_ detect_monsters_normal(int rad);
extern bool_ detect_monsters_invis(int rad);
-extern bool_ detect_monsters_xxx(u32b match_flag, int rad);
+extern void detect_monsters_orcs(int rad);
extern bool_ detect_all(int rad);
extern void stair_creation(void);
extern bool_ wall_stone(int y, int x);