From 61e082e6697779272d5f3503e2751a0ec91283c7 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Sat, 26 Dec 2009 22:21:09 +0530 Subject: Move Shoals code out into its own file. --- crawl-ref/source/dgn-shoals.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crawl-ref/source/dgn-shoals.h (limited to 'crawl-ref/source/dgn-shoals.h') 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 -- cgit v1.2.3-54-g00ecf