Adam Lesinski | 282e181 | 2014-01-23 18:17:42 -0800 | [diff] [blame] | 1 | #ifndef HOST_PSEUDOLOCALIZE_H |
2 | #define HOST_PSEUDOLOCALIZE_H | ||||
3 | |||||
4 | #include <string> | ||||
5 | |||||
6 | std::string pseudolocalize_string(const std::string& source); | ||||
7 | |||||
8 | #endif // HOST_PSEUDOLOCALIZE_H | ||||
9 |