summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
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);