summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index dfefbc0496..4a1dcbe291 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -51,6 +51,9 @@ void beogh_idol_revenge();
bool ely_destroy_weapons();
void trog_burn_books();
+class actor;
+bool tso_stab_safe_monster(const actor *act);
+
inline void xom_acts(int sever)
{
xom_acts(xom_is_nice(), sever);