]> git.localhorst.tv Git - l2e.git/blob - src/loader/utility.h
removed stupid file headers that eclipse put in
[l2e.git] / src / loader / utility.h
1 #ifndef LOADER_UTILITY_H_
2 #define LOADER_UTILITY_H_
3
4 #include <string>
5
6 namespace loader {
7
8 std::string Dirname(const std::string &path);
9
10 std::string CatPath(const std::string &lhs, const std::string &rhs);
11
12 }
13
14 #endif /* LOADER_UTILITY_H_ */