fix themezer

This commit is contained in:
ITotalJustice
2025-04-18 13:16:17 +01:00
parent 252cd0cee6
commit e243d5b64e
3 changed files with 17 additions and 2 deletions

View File

@@ -87,6 +87,9 @@ auto ToFile(const Api& e) -> ApiResult;
auto ToMemoryAsync(const Api& e) -> bool;
auto ToFileAsync(const Api& e) -> bool;
// uses curl to convert string to their %XX
auto EscapeString(const std::string& str) -> std::string;
struct Api {
Api() = default;