mirror of
				https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
				synced 2025-10-30 16:43:38 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			262 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			262 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <cstdint>
 | |
| #include <functional>
 | |
| #include <diablo2/structures/unit.h>
 | |
| 
 | |
| namespace diablo2 {
 | |
| 	namespace structures {
 | |
| 		struct unit;
 | |
| 	}
 | |
| 
 | |
| 	class d2_lang {
 | |
| 	public:
 | |
| 		static char* get_base();
 | |
| 		static wchar_t* get_string_from_index(short);
 | |
| 	};
 | |
| } |