summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-26 22:21:09 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-26 22:21:53 +0530
commit61e082e6697779272d5f3503e2751a0ec91283c7 (patch)
treef0a6b52ba4790cd2f37d010cb59923514859cd0d /crawl-ref/source/dgn-shoals.h
parent7024702fd974bd3e993eec789237df0d4d29d1df (diff)
downloadcrawl-ref-61e082e6697779272d5f3503e2751a0ec91283c7.tar.gz
crawl-ref-61e082e6697779272d5f3503e2751a0ec91283c7.zip
Move Shoals code out into its own file.
Diffstat (limited to 'crawl-ref/source/dgn-shoals.h')
-rw-r--r--crawl-ref/source/dgn-shoals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-shoals.h b/crawl-ref/source/dgn-shoals.h
new file mode 100644
index 0000000000..023f321fe6
--- /dev/null
+++ b/crawl-ref/source/dgn-shoals.h
@@ -0,0 +1,6 @@
+#ifndef DGN_SHOALS_H
+#define DGN_SHOALS_H
+
+void prepare_shoals(int level_number);
+
+#endif