summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-20 14:18:04 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-20 14:18:04 +0530
commit88057237d9e2ba49306ea47dd754be57af1ca631 (patch)
tree8260b74fec5ab2087bb58c00f77df6ec9df8378b /crawl-ref/source/dgn-shoals.h
parentf22333f7d00b347fb1bebe10bafe9427b2f8e3ba (diff)
downloadcrawl-ref-88057237d9e2ba49306ea47dd754be57af1ca631.tar.gz
crawl-ref-88057237d9e2ba49306ea47dd754be57af1ca631.zip
Add wizmode &) to modify tide speed or level.
Diffstat (limited to 'crawl-ref/source/dgn-shoals.h')
-rw-r--r--crawl-ref/source/dgn-shoals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-shoals.h b/crawl-ref/source/dgn-shoals.h
index de33308eac..7d3a929ddc 100644
--- a/crawl-ref/source/dgn-shoals.h
+++ b/crawl-ref/source/dgn-shoals.h
@@ -6,4 +6,8 @@ void shoals_postprocess_level();
void shoals_apply_tides(int turns_elapsed, bool force = false);
void shoals_release_tide(monsters *caller);
+#ifdef WIZARD
+void wizard_mod_tide();
+#endif
+
#endif