#pragma once #include #include #include namespace diablo2 { namespace structures { struct unit; } class d2_lang { public: static char* get_base(); static wchar_t* get_string_from_index(short); }; }