summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 07:37:27 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-17 07:37:27 +0000
commit1210d4439b7da2cea42e15892f7a09a03c6f0814 (patch)
tree8d1b24e2c887803607fa028ba950fd5da5cbd7b4 /crawl-ref/source/files.h
parentd05ad02e6ca609c768a843eb62beda9f602e821a (diff)
downloadcrawl-ref-1210d4439b7da2cea42e15892f7a09a03c6f0814.tar.gz
crawl-ref-1210d4439b7da2cea42e15892f7a09a03c6f0814.zip
Apply DOS fixes to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6580 c06c8d41-db1a-0410-9941-cceddc491573
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 3e28c65a30..95995e9c24 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -44,6 +44,7 @@ std::string datafile_path(std::string basename,
bool croak_on_fail = true,
bool test_base_path = false);
+bool get_dos_compatible_file_name(std::string *fname);
std::string get_parent_directory(const std::string &filename);
std::string get_base_filename(const std::string &filename);
std::string get_path_relative_to(const std::string &referencefile,