summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tiledef-unrand.h
diff options
context:
space:
mode:
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