summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ghost.h')
-rw-r--r--crawl-ref/source/ghost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h
index 8cb574dd4b..d10a664c68 100644
--- a/crawl-ref/source/ghost.h
+++ b/crawl-ref/source/ghost.h
@@ -58,6 +58,8 @@ private:
spell_type translate_spell(spell_type playerspell) const;
};
+bool debug_check_ghosts();
+
extern std::vector<ghost_demon> ghosts;
#endif