summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-22 11:20:13 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-22 11:44:33 +0200
commit1d61fc979e86971b25c09571391c4a13d00932c3 (patch)
tree308b9227305ecb6cd1f766d961b1441c493392ce /crawl-ref/source/godabil.h
parentc15a9271c743a96caeb958e945d9e1a8b69c5ece (diff)
downloadcrawl-ref-1d61fc979e86971b25c09571391c4a13d00932c3.tar.gz
crawl-ref-1d61fc979e86971b25c09571391c4a13d00932c3.zip
... and from abl-show.cc into godabil.cc
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index ae23045c54..8a18698bc4 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -28,4 +28,7 @@ bool feawn_passthrough(const monsters * target);
bool vehumet_supports_spell(spell_type spell);
bool trog_burn_spellbooks();
+
+void lugonu_bends_space();
+void chronos_time_step(int pow);
#endif