summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-11 02:51:00 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-11 02:51:00 +0000
commit96c783237f95e5cec20eae826415a5ef39c28eff (patch)
treed4758ec1d942e9a8b4d2ae32254b0ad3c7e1df35 /crawl-ref/source/tiles.h
parent64c2a308e77ccbb06a3eb9b7ad76d99c1d3656a7 (diff)
downloadcrawl-ref-96c783237f95e5cec20eae826415a5ef39c28eff.tar.gz
crawl-ref-96c783237f95e5cec20eae826415a5ef39c28eff.zip
Adding spell images, rltiles build script, and a tileidx_spell function. There are quite a few spells that don't have images (marked as TODO in tileidx_spell) and about three images that are named "unknown" because I can't figure out what they map to.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10651 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index d1fdfc3f23..9d2929ee16 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -48,6 +48,7 @@ int tile_idx_unseen_terrain(int x, int y, int what);
int tile_unseen_flag(const coord_def& gc);
int tileidx_monster_base(const monsters *mon, bool detected = false);
int tileidx_monster(const monsters *mon, bool detected = false);
+int tileidx_spell(spell_type spell);
// Player tile related
int get_gender_from_tile(int parts[]);