summaryrefslogtreecommitdiffstats
path: root/libs/host/include/host/pseudolocalize.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/host/include/host/pseudolocalize.h')
-rw-r--r--libs/host/include/host/pseudolocalize.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/host/include/host/pseudolocalize.h b/libs/host/include/host/pseudolocalize.h
new file mode 100644
index 0000000..94cb034
--- /dev/null
+++ b/libs/host/include/host/pseudolocalize.h
@@ -0,0 +1,9 @@
+#ifndef HOST_PSEUDOLOCALIZE_H
+#define HOST_PSEUDOLOCALIZE_H
+
+#include <string>
+
+std::string pseudolocalize_string(const std::string& source);
+
+#endif // HOST_PSEUDOLOCALIZE_H
+