summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2011-01-23 16:07:56 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2011-01-23 16:27:47 +1000
commit402400e59353823b91facca59e8027341dce345e (patch)
treed224e01545f24ed9e7c4db44ed35c54e70120f65 /crawl-ref/source/mon-death.h
parentecb0e472c6ed13400628d0691f5bdf1381f9c3c3 (diff)
downloadcrawl-ref-402400e59353823b91facca59e8027341dce345e.tar.gz
crawl-ref-402400e59353823b91facca59e8027341dce345e.zip
Doxygen: add documentation for mon-death.cc.
Diffstat (limited to 'crawl-ref/source/mon-death.h')
-rw-r--r--crawl-ref/source/mon-death.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-death.h b/crawl-ref/source/mon-death.h
index 7e25fed70e..cbcca6d710 100644
--- a/crawl-ref/source/mon-death.h
+++ b/crawl-ref/source/mon-death.h
@@ -25,7 +25,6 @@ monster* get_shedu_pair (const monster* mons);
bool shedu_pair_alive (const monster* mons);
bool mons_is_shedu(const monster* mons);
void shedu_do_resurrection(const monster *mons);
-// Can't constify mons, need to change numbers.
void shedu_do_actual_resurrection (monster* mons);
#endif