summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-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/zap-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/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 4b15cc68ab..996d0b2cea 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -22,6 +22,9 @@ struct zap_info
}
*/
+static const zap_info zap_data[] =
+{
+
{
ZAP_THROW_FLAME,
"puff of flame",
@@ -1179,3 +1182,5 @@ struct zap_info
false,
0
},
+
+};