summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-23 22:27:02 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-23 22:27:02 +0100
commit2e368e51e58b5fba36bc0b11c32ba55cc9ab05a7 (patch)
tree9b05249bf7b68af389a57d16d9b7f0ca14367215 /crawl-ref/source/mon-pick.h
parentf77092d456dcc6a997f62dc35cc4f11fe84761c7 (diff)
downloadcrawl-ref-2e368e51e58b5fba36bc0b11c32ba55cc9ab05a7.tar.gz
crawl-ref-2e368e51e58b5fba36bc0b11c32ba55cc9ab05a7.zip
Implement a random spell picker
This works in an identical fashion to monster_picker using the same format of distribution tables.
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index 9e368ccb27..c8932b12c8 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -3,7 +3,6 @@
* @brief Functions used to help determine which monsters should appear.
**/
-
#ifndef MONPICK_H
#define MONPICK_H