mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-12-13 02:31:36 -06:00
Initial commit
This commit is contained in:
7
include/common/string_utils.h
Normal file
7
include/common/string_utils.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace string_utils {
|
||||
std::wstring string_to_wstring(const std::string& str);
|
||||
}
|
||||
Reference in New Issue
Block a user