]> git.localhorst.tv Git - l2e.git/blob - src/loader/utility.h
b8ccd103b51e87ea6429cc6d27c0c569f57cff5b
[l2e.git] / src / loader / utility.h
1 /*
2  * utility.h
3  *
4  *  Created on: Sep 1, 2012
5  *      Author: holy
6  */
7
8 #ifndef LOADER_UTILITY_H_
9 #define LOADER_UTILITY_H_
10
11 #include <string>
12
13 namespace loader {
14
15 std::string Dirname(const std::string &path);
16
17 std::string CatPath(const std::string &lhs, const std::string &rhs);
18
19 }
20
21 #endif /* LOADER_UTILITY_H_ */