Bjorn Bringert | fb903a4 | 2013-03-18 21:17:26 +0000 | [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 |