6 lines
111 B
C++
6 lines
111 B
C++
|
#pragma once
|
||
|
|
||
|
namespace localized_strings
|
||
|
{
|
||
|
void override(const std::string& key, const std::string& value);
|
||
|
}
|