summaryrefslogtreecommitdiffstats
path: root/src/common/resources/resourcemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/resources/resourcemanager.h')
-rw-r--r--src/common/resources/resourcemanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/resources/resourcemanager.h b/src/common/resources/resourcemanager.h
index 730cf3e..4d79e9b 100644
--- a/src/common/resources/resourcemanager.h
+++ b/src/common/resources/resourcemanager.h
@@ -30,6 +30,8 @@ class CResourceManager
public:
CResourceManager(const char *argv0);
~CResourceManager();
+
+ static std::string CleanPath(const std::string &path);
static bool AddLocation(const std::string &location, bool prepend = true);
static bool RemoveLocation(const std::string &location);