diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ cPlugin *GetScraperPlugin(void); +std::string utf8_substr(const std::string& str, unsigned int start=0, long unsigned int leng=std::string::npos); std::string CutText(std::string text, int width, const cFont *font); std::string StrToLowerCase(std::string str); std::string GetDirectoryFromTimer(std::string file); |