summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorEnne Walker <ennewalker@users.sourceforge.net>2010-04-19 20:00:06 -0400
committerEnne Walker <ennewalker@users.sourceforge.net>2010-04-25 19:33:13 -0400
commit8305dc11a61b732984b4bf2a2f8c8f48af84630e (patch)
tree9f605e327b60ab79111ae7c25bec938ed2261a0b /crawl-ref/source/tiles.h
parentedacdc0db313c0f5385631dfcf560f1fdf8e7c8a (diff)
downloadcrawl-ref-8305dc11a61b732984b4bf2a2f8c8f48af84630e.tar.gz
crawl-ref-8305dc11a61b732984b4bf2a2f8c8f48af84630e.zip
Split tilereg.h/cc into multiple files.
No functional changes, just rearranging and exposing functions where needed.
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index 71cffa93a5..635d53b7a7 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -120,10 +120,6 @@ int TileDrawCursor(int x, int y, int flag);
void TileNewLevel(bool first_time);
-// edit player tile
-void init_player_doll();
-void save_doll_file(FILE *dollf);
-
int item_unid_type(const item_def &item);
int tile_known_brand(const item_def item);
int tile_corpse_brand(const item_def item);