summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-01-13 15:47:34 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-01-13 20:50:59 +0100
commit783270295ccc3eeb7fd3b5b902582f9cd8f2415e (patch)
tree76b1fcd017ce9c101bf6bac944cf649e41b1ed9e /crawl-ref/source/files.h
parent079296e9a4da73fbd8ecdd9c0f810d193c838998 (diff)
downloadcrawl-ref-783270295ccc3eeb7fd3b5b902582f9cd8f2415e.tar.gz
crawl-ref-783270295ccc3eeb7fd3b5b902582f9cd8f2415e.zip
Title images: search all title_* files instead of just tile_xx.png.
Now we can give them proper names.
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 6df24fcc22..e927a35e9a 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -92,6 +92,7 @@ bool is_newer(const std::string &a, const std::string &b);
void check_newer(const std::string &target,
const std::string &dependency,
void (*action)());
+std::vector<std::string> get_title_files();
class level_id;