add main komes reading
/ sync-to-origin (push) Waiting to run

This commit is contained in:
2025-04-09 23:43:00 +02:00
parent e4d67c2163
commit fe9735fe58
6 changed files with 115 additions and 32 deletions
+2
View File
@@ -33,4 +33,6 @@ wchar_t *char_to_wchar(const char *src);
std::wstring string_to_wstring(const std::string &str);
std::string wstring_to_string(const std::wstring &wstr);
std::string html_to_string(std::string html);
#endif