summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-25 15:40:04 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-03-25 16:14:53 +0200
commitd9804648b6ec83383fac16761457d6dd5f62eab2 (patch)
treeeb461c81f2c79301bf057d95624356599a4ee43a /crawl-ref/source/mon-death.h
parentf1ac58e51dbefb695286393e0692782951001178 (diff)
downloadcrawl-ref-d9804648b6ec83383fac16761457d6dd5f62eab2.tar.gz
crawl-ref-d9804648b6ec83383fac16761457d6dd5f62eab2.zip
Make some more functions static/gone.
Diffstat (limited to 'crawl-ref/source/mon-death.h')
-rw-r--r--crawl-ref/source/mon-death.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/crawl-ref/source/mon-death.h b/crawl-ref/source/mon-death.h
index e4903f5162..7780611bdc 100644
--- a/crawl-ref/source/mon-death.h
+++ b/crawl-ref/source/mon-death.h
@@ -8,7 +8,7 @@
#include "mapmark.h"
-bool mons_is_pikel (monster* mons);
+bool mons_is_pikel(monster* mons);
void pikel_band_neutralise();
bool mons_is_duvessa(const monster* mons);
@@ -18,20 +18,19 @@ void elven_twin_died(monster* twin, bool in_transit, killer_type killer, int kil
void elven_twins_pacify (monster* twin);
void elven_twins_unpacify (monster* twin);
-bool mons_is_kirke (monster* mons);
+bool mons_is_kirke(monster* mons);
void hogs_to_humans();
-void spirit_fades (monster *spirit);
+void spirit_fades(monster *spirit);
-bool mons_is_phoenix (const monster* mons);
-void phoenix_died (monster* mons);
-std::vector<map_phoenix_marker*> get_phoenix_markers ();
-void timeout_phoenix_markers (int duration);
+bool mons_is_phoenix(const monster* mons);
+void phoenix_died(monster* mons);
+void timeout_phoenix_markers(int duration);
-monster* get_shedu_pair (const monster* mons);
-bool shedu_pair_alive (const monster* mons);
+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);
void shedu_do_actual_resurrection (monster* mons);