summaryrefslogtreecommitdiffstats
path: root/src/common/resources/resourcemanager.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-10-26 18:30:56 +0100
committerkrzys-h <krzys_h@interia.pl>2014-10-26 18:35:13 +0100
commitca4f1e85d2812ad715e21be96413efe155b58a84 (patch)
tree134cc4346b7a7e674411fb2170f9087b3f76a513 /src/common/resources/resourcemanager.h
parent4485905e0f21cb4f87a1d9509aa1633035028b04 (diff)
downloadcolobot-ca4f1e85d2812ad715e21be96413efe155b58a84.tar.gz
colobot-ca4f1e85d2812ad715e21be96413efe155b58a84.tar.bz2
colobot-ca4f1e85d2812ad715e21be96413efe155b58a84.zip
Support for %lvl% in all commands
Except for TerrainInitTextures (I'm not sure what it does but it does something weird)
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);