1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

trim string entries

This commit is contained in:
Ted John
2016-06-29 18:47:15 +01:00
parent 6c7bc9b158
commit 995bbffb84
3 changed files with 52 additions and 2 deletions

View File

@@ -64,4 +64,6 @@ namespace String
codepoint_t GetNextCodepoint(utf8 * ptr, utf8 * * nextPtr = nullptr);
codepoint_t GetNextCodepoint(const utf8 * ptr, const utf8 * * nextPtr = nullptr);
utf8 * WriteCodepoint(utf8 * dst, codepoint_t codepoint);
utf8 * Trim(utf8 * str);
}