summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tiledef-unrand.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-26 10:40:41 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-26 10:40:41 +0000
commit2f4e7b8e2668b41c79b9fa18877c170abe51a783 (patch)
tree0dc194395f0d5c0069dc90c369ed50036acbadad /crawl-ref/source/rltiles/tiledef-unrand.h
parentf0c0cfd09ce299dfe21139e4464e0f18bcc6b3e7 (diff)
downloadcrawl-ref-2f4e7b8e2668b41c79b9fa18877c170abe51a783.tar.gz
crawl-ref-2f4e7b8e2668b41c79b9fa18877c170abe51a783.zip
Add tile definitions into art-data.txt, though only for the item tiles.
(The doll definitions are too complicated.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10050 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/rltiles/tiledef-unrand.h')
-rw-r--r--crawl-ref/source/rltiles/tiledef-unrand.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/tiledef-unrand.h b/crawl-ref/source/rltiles/tiledef-unrand.h
new file mode 100644
index 0000000000..866135ab1d
--- /dev/null
+++ b/crawl-ref/source/rltiles/tiledef-unrand.h
@@ -0,0 +1,6 @@
+#ifndef TILEDEF_UNRAND_H
+#define TILEDEF_UNRAND_H
+
+int unrandart_to_tile(int unrand);
+
+#endif