summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-27 18:32:52 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-27 18:36:02 +0530
commitbd29fc66d15166b3c34dcad3abaea54e0e3bacbc (patch)
treeab0ba297559ee5b482c03570fb90fdc4c0f9d880 /crawl-ref/source/dgn-shoals.h
parent382a17cfc82a018bc2c071a6fed85150fe3d2154 (diff)
downloadcrawl-ref-bd29fc66d15166b3c34dcad3abaea54e0e3bacbc.tar.gz
crawl-ref-bd29fc66d15166b3c34dcad3abaea54e0e3bacbc.zip
Add tides to the Shoals.
Diffstat (limited to 'crawl-ref/source/dgn-shoals.h')
-rw-r--r--crawl-ref/source/dgn-shoals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-shoals.h b/crawl-ref/source/dgn-shoals.h
index 023f321fe6..aae09ff653 100644
--- a/crawl-ref/source/dgn-shoals.h
+++ b/crawl-ref/source/dgn-shoals.h
@@ -2,5 +2,6 @@
#define DGN_SHOALS_H
void prepare_shoals(int level_number);
+void shoals_apply_tides(int turns_elapsed);
#endif