Initial commit

This commit is contained in:
Hash Borgir
2024-04-16 21:45:38 -06:00
commit 3159020c38
533 changed files with 135446 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <string>
namespace string_utils {
std::wstring string_to_wstring(const std::string& str);
}