h1-mod/src/client/component/localized_strings.hpp
m 4c081b1fee cleanup + fixes
i think our sys_createfile hook needs fixed
2022-09-03 17:57:24 -05:00

6 lines
111 B
C++

#pragma once
namespace localized_strings
{
void override(const std::string& key, const std::string& value);
}