added ofd scene, working http server

This commit is contained in:
2025-03-14 00:44:14 +03:00
parent b305fba2fd
commit 33b54fb475
12 changed files with 390 additions and 59 deletions

View File

@@ -5,6 +5,7 @@
#include <vector>
#include "../check/check.h"
std::string get_local_ip_address();
std::string to_utf8(std::wstring wide_string);
std::wstring from_utf8(std::string string);