summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-01-11 11:16:04 +0100
committerTannin <devnull@localhost>2015-01-11 11:16:04 +0100
commit4d9795527d1b9fa77ceb0106f308a13f24e1fca4 (patch)
tree4307e64854ec54bdff365f889421f0460818c310 /src/shared/util.h
parent9f09c30e0825c38dfa214f01cc381469b89e1c80 (diff)
different way to check for file existence
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index 4af1fb1e..eba3fb3c 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -30,6 +30,7 @@ namespace MOShared {
static const int MAXPATH_UNICODE = 32767;
+/// Test if a file (or directory) by the specified name exists
bool FileExists(const std::string &filename);
bool FileExists(const std::wstring &filename);