Cosmetic change only (have same-named functions declared next to each other).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5316 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2010-04-28 23:29:23 +00:00
parent 2e5a1330ff
commit f2fbe0bcdd

View File

@@ -75,11 +75,12 @@ namespace StringUtils
}
}
std::string toUpperCase(const std::string&);
std::vector<std::string> split(const std::string& s, char c, bool keepSplitChar=false);
std::vector<std::string> splitPath(const std::string& path);
std::vector<irr::core::stringw> split(const irr::core::stringw& s, char c, bool keepSplitChar=false);
std::string toUpperCase(const std::string&);
std::vector<std::string> split(const std::string& s, char c,
bool keepSplitChar=false);
std::vector<irr::core::stringw> split(const irr::core::stringw& s,
char c, bool keepSplitChar=false);
std::vector<std::string> splitPath(const std::string& path);
// ------------------------------------------------------------------------
/** Replaces the first %s or %i/%d in the string with the first value