282e181b58
This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
10 lines
176 B
C++
10 lines
176 B
C++
#ifndef HOST_PSEUDOLOCALIZE_H
|
|
#define HOST_PSEUDOLOCALIZE_H
|
|
|
|
#include <string>
|
|
|
|
std::string pseudolocalize_string(const std::string& source);
|
|
|
|
#endif // HOST_PSEUDOLOCALIZE_H
|
|
|