summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-14 03:56:25 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-14 04:18:47 -0400
commit2d2c9af36ea541651b18e7e621cf9b0dfc0eb9da (patch)
tree44d445cf1c1922f3068defefa837b2230c28918d /crawl-ref/source/book-data.h
parent6f0653d28d17837ad72584df21fbc1900cceb974 (diff)
downloadcrawl-ref-2d2c9af36ea541651b18e7e621cf9b0dfc0eb9da.tar.gz
crawl-ref-2d2c9af36ea541651b18e7e621cf9b0dfc0eb9da.zip
Move the definitions of other -data.h tables into their respective files
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index 5dfd2452d8..6f3eca3323 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -1,3 +1,6 @@
+static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
+{
+
{ // Book of Minor Magic
SPELL_MAGIC_DART,
SPELL_BLINK,
@@ -603,3 +606,5 @@
SPELL_NO_SPELL,
},
#endif
+
+};