aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils/path_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/utils/path_util.h')
-rw-r--r--engines/wintermute/utils/path_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/utils/path_util.h b/engines/wintermute/utils/path_util.h
index cc64fb9347..8050cdfae2 100644
--- a/engines/wintermute/utils/path_util.h
+++ b/engines/wintermute/utils/path_util.h
@@ -42,6 +42,7 @@ public:
static Common::String getFileName(const Common::String &path);
static Common::String getFileNameWithoutExtension(const Common::String &path);
static Common::String getExtension(const Common::String &path);
+ static bool hasTrailingSlash(const Common::String &path);
};
} // End of namespace Wintermute