mirror of
				https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
				synced 2025-10-31 00:43:39 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			117 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <string>
 | |
| 
 | |
| namespace string_utils {
 | |
| 	std::wstring string_to_wstring(const std::string& str);
 | |
| }
 |