summaryrefslogtreecommitdiff
path: root/src/spells2.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commitf88c896138589fd2328002a7a4f097c582f79f9b (patch)
treeb527777e87f21f989f364253797f9193a983bcdf /src/spells2.hpp
parented8cbb3c5f399a746cb189df11f2c66184252145 (diff)
De-duplicate detect_objects_* functions
Diffstat (limited to 'src/spells2.hpp')
-rw-r--r--src/spells2.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spells2.hpp b/src/spells2.hpp
index 1806e6b0..bffc4a2c 100644
--- a/src/spells2.hpp
+++ b/src/spells2.hpp
@@ -28,8 +28,8 @@ extern bool_ detect_traps(int rad);
extern bool_ detect_doors(int rad);
extern bool_ detect_stairs(int rad);
extern bool_ detect_treasure(int rad);
-extern bool_ detect_objects_gold(int rad);
-extern bool_ detect_objects_normal(int rad);
+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);